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

8
flake.lock generated
View File

@@ -196,16 +196,16 @@
},
"desktop-nixpkgs": {
"locked": {
"lastModified": 1746663398,
"narHash": "sha256-gdmqhD5pJfHdie6/ceFaxNNSMUuxCo4VwdCn1XtZ46w=",
"lastModified": 1747327360,
"narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "58e670273a92a3c024f07849fcd7c74b0b297f69",
"rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "staging-next",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -9,7 +9,7 @@
# nixpgs
desktop-nixpkgs = {
url = "github:NixOS/nixpkgs/staging-next";
url = "github:NixOS/nixpkgs/nixos-unstable-small";
};
# Chaotic-nix

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 = {