update desktop
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# nixpgs
|
||||
desktop-nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs/staging-next";
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
};
|
||||
|
||||
# Chaotic-nix
|
||||
|
||||
@@ -108,11 +108,6 @@
|
||||
|
||||
vulkan-loader
|
||||
];
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -117,11 +117,6 @@
|
||||
enable = true;
|
||||
nvidiaSupport = true;
|
||||
};
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.fancontrol = {
|
||||
|
||||
Reference in New Issue
Block a user