This commit is contained in:
js0ny 2025-11-23 15:09:52 +00:00
parent 85b644c512
commit b76d8a0337
14 changed files with 83 additions and 18 deletions

View file

@ -18,6 +18,8 @@
./programs/shell/bash.nix
./programs/shell/zsh.nix
./programs/shell/fish.nix
./programs/shell/nu.nix
./programs/shell/carapace.nix
./programs/shell/direnv.nix
# Personal Program
@ -53,6 +55,8 @@
./programs/aichat.nix
./programs/tmux.nix
./programs/kitty.nix
./programs/wine.nix
./programs/anki.nix
# Desktop Linux
./programs/desktop/plasma
@ -80,10 +84,5 @@
keyboardBacklightStep = "1";
};
xdg.configFile."libvirt/libvirt.conf" = {
text = ''uri_default = "qemu:///system"'';
enable = true;
};
home.stateVersion = "25.05";
}