mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
+5
-5
@@ -23,11 +23,11 @@ let
|
||||
]
|
||||
++ builtins.attrValues inputs.self.nixosModules.vds;
|
||||
|
||||
environment.systemPackages = map lib.lowPrio [
|
||||
pkgs.curl
|
||||
pkgs.gitMinimal
|
||||
pkgs.lazygit
|
||||
];
|
||||
# environment.systemPackages = map lib.lowPrio [
|
||||
# pkgs.curl
|
||||
# pkgs.gitMinimal
|
||||
# pkgs.lazygit
|
||||
# ];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||
|
||||
Reference in New Issue
Block a user