update desktop

This commit is contained in:
mjallen18
2025-05-16 11:17:19 -05:00
parent 14707a0706
commit 221fc3c743
5 changed files with 9 additions and 24 deletions

View File

@@ -108,11 +108,6 @@
vulkan-loader
];
nix-index = {
enable = true;
enableBashIntegration = false;
enableZshIntegration = true;
};
};
services = {

View File

@@ -23,7 +23,7 @@ let
aspellDicts.en-computers
aspellDicts.en-science
borgbackup
brscan5
# brscan5
clinfo
direnv
efibootmgr
@@ -95,7 +95,7 @@ let
src = pkgs.fetchurl {
url = "https://www.ocbase.com/download-bin/edition:Personal/os:Linux";
sha256 = "sha256-UKObmwQpYMuG6D6jb5Wrs0FO/sxijUlHqCezG45KqJc=";
sha256 = "sha256-WCRbB4K0B/h5QC8CVNbJkQn87XmBG6TawFTtfUclhNU=";
};
dontUnpack = true;
@@ -144,8 +144,8 @@ in
# Enable Sane and Brother printer support.
sane = {
enable = true;
brscan5.enable = true;
extraBackends = [ pkgsVersion.brscan5 ];
brscan5.enable = false;
# extraBackends = [ pkgsVersion.brscan5 ];
};
};
@@ -186,11 +186,6 @@ in
enable = true;
package = pkgs.gnomeExtensions.gsconnect;
};
nix-index = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
};
# Common Configuration

View File

@@ -117,11 +117,6 @@
enable = true;
nvidiaSupport = true;
};
nix-index = {
enable = true;
enableBashIntegration = false;
enableZshIntegration = true;
};
};
hardware.fancontrol = {