diff --git a/flake.lock b/flake.lock index ad26cae..851ffe0 100755 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 9c051e7..d080654 100755 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ # nixpgs desktop-nixpkgs = { - url = "github:NixOS/nixpkgs/staging-next"; + url = "github:NixOS/nixpkgs/nixos-unstable-small"; }; # Chaotic-nix diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index b388ec9..baccc57 100755 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -108,11 +108,6 @@ vulkan-loader ]; - nix-index = { - enable = true; - enableBashIntegration = false; - enableZshIntegration = true; - }; }; services = { diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index cc2145a..0f39a97 100755 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -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 diff --git a/hosts/nas/configuration.nix b/hosts/nas/configuration.nix index f1b5732..17e8538 100755 --- a/hosts/nas/configuration.nix +++ b/hosts/nas/configuration.nix @@ -117,11 +117,6 @@ enable = true; nvidiaSupport = true; }; - nix-index = { - enable = true; - enableBashIntegration = false; - enableZshIntegration = true; - }; }; hardware.fancontrol = {