Compare commits

...

2 commits

Author SHA1 Message Date
8fb9c771dd enabled hw accel 2025-02-11 07:36:58 +01:00
af8c08b6ac added dive 2025-02-11 07:36:58 +01:00
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,7 @@ in
clippy
clang
distrobox
dive
];
programs.go = {
enable = true;

View file

@ -11,6 +11,11 @@
./disko.nix
];
hardware.graphics = {
enable = true;
enable32Bit = true;
};
zramSwap.enable = true;
boot.kernelPackages = pkgs.linuxPackages_6_11;
networking.hostName = "lenar";