update: fix
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
./user.nix
|
||||
./xserver.nix
|
||||
./nm.nix
|
||||
./virtmanager.nix
|
||||
#./virtmanager.nix
|
||||
./hyprland.nix
|
||||
./trim.nix
|
||||
./bluetooth.nix
|
||||
./services.nix
|
||||
./nixvim/nixvim.nix
|
||||
#./nixvim/nixvim.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
hardware.pulseaudio.enable = false;
|
||||
sound.enable = true;
|
||||
#sound.enable = true;
|
||||
|
||||
# rtkit is optional but recommended
|
||||
security.rtkit.enable = true;
|
||||
|
||||
+4
-4
@@ -29,7 +29,7 @@
|
||||
(python3.withPackages (ps: with ps; [ requests ]))
|
||||
|
||||
# CLI utils
|
||||
neofetch
|
||||
#neofetch
|
||||
file
|
||||
tree
|
||||
wget
|
||||
@@ -88,9 +88,9 @@
|
||||
pamixer
|
||||
|
||||
# GPU stuff
|
||||
amdvlk
|
||||
rocm-opencl-icd
|
||||
glaxnimate
|
||||
#amdvlk
|
||||
#rocm-opencl-icd
|
||||
#glaxnimate
|
||||
|
||||
# Screenshotting
|
||||
grim
|
||||
|
||||
Reference in New Issue
Block a user