chore: Update flake inputs
This commit is contained in:
parent
11337b8f9e
commit
8bab969745
4 changed files with 8 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -696,11 +696,11 @@
|
||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1783174895,
|
"lastModified": 1783177000,
|
||||||
"narHash": "sha256-Q6R76y1iN3WWjJMKIl8Sa4L7h5mEYbieEGIRlwZJtLs=",
|
"narHash": "sha256-UsefkrgL+LsiP/2k8DHbn0NvGE2HiaqCZW7kqfLquQY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "f658a5a156740003d4f23fde9b827c78679ea70f",
|
"rev": "75b0a5d07a5b14327a87276590848c1c7037f4c2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -26,5 +26,8 @@ in
|
||||||
(lib.mkIf (cfg.enable && bash-cfg.enable) {
|
(lib.mkIf (cfg.enable && bash-cfg.enable) {
|
||||||
programs.fzf.enableBashIntegration = true;
|
programs.fzf.enableBashIntegration = true;
|
||||||
})
|
})
|
||||||
|
(lib.mkIf (cfg.enable && config.youthlic.programs.atuin.enable) {
|
||||||
|
programs.fzf.historyWidget.command = "";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nixpkgs.config.cudaSupport = true;
|
# nixpkgs.config.cudaSupport = true;
|
||||||
services = {
|
services = {
|
||||||
hardware.bolt.enable = true;
|
hardware.bolt.enable = true;
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ pipe
|
||||||
./rime-all.nix
|
./rime-all.nix
|
||||||
./iosevka-serif_fixed.nix
|
./iosevka-serif_fixed.nix
|
||||||
|
|
||||||
./pkgsNoCuda.nix
|
# ./pkgsNoCuda.nix
|
||||||
./linux-cachyos.nix
|
./linux-cachyos.nix
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue