Compare commits
2 commits
f7fac17127
...
8fb9c771dd
Author | SHA1 | Date | |
---|---|---|---|
8fb9c771dd | |||
af8c08b6ac |
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
|||
clippy
|
||||
clang
|
||||
distrobox
|
||||
dive
|
||||
];
|
||||
programs.go = {
|
||||
enable = true;
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
./disko.nix
|
||||
];
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||
networking.hostName = "lenar";
|
||||
|
|
Loading…
Reference in a new issue