fixed renoise overlay
This commit is contained in:
parent
73b4bad6de
commit
b4c0daf345
7 changed files with 60 additions and 51 deletions
|
@ -31,10 +31,7 @@
|
|||
|
||||
soundconverter
|
||||
wmctrl
|
||||
colloid-icon-theme
|
||||
whitesur-gtk-theme
|
||||
whitesur-cursors
|
||||
whitesur-icon-theme
|
||||
# colloid-icon-theme
|
||||
bibata-cursors
|
||||
adwaita-qt
|
||||
|
||||
|
@ -43,7 +40,7 @@
|
|||
sane-airscan
|
||||
xsane
|
||||
|
||||
bitwarden-cli
|
||||
# bitwarden-cli
|
||||
bitwarden-desktop
|
||||
tailscale
|
||||
trayscale
|
||||
|
@ -83,7 +80,7 @@
|
|||
|
||||
switcheroo
|
||||
|
||||
blender
|
||||
# blender
|
||||
davinci-resolve-studio
|
||||
steam
|
||||
processing
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ nix-config, inputs, lib, pkgs, ... }:
|
||||
{ nix-config, lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = lib.mkMerge [
|
||||
(with nix-config.packages.x86_64-linux; [
|
||||
|
@ -56,12 +56,6 @@
|
|||
])
|
||||
];
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
renoise = pkgs.renoise.override {
|
||||
releasePath = ../../assets/binary-installers/rns_344_linux_x86_64.tar.gz;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries = {
|
||||
bitwig-labwc = {
|
||||
name = "Bitwig (labwc)";
|
||||
|
|
|
@ -69,6 +69,7 @@ window#waybar {
|
|||
|
||||
#custom-notification {
|
||||
min-width: 30px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#power-profiles-daemon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue