Compare commits

..

2 commits

Author SHA1 Message Date
0af1c7bc90 gamer 2026-04-05 14:08:01 +02:00
ab32036e76 gamer 2026-04-05 13:53:57 +02:00
3 changed files with 10 additions and 1 deletions

View file

@ -2,7 +2,7 @@
programs.git = {
enable = true;
signing.format = false;
signing.format = null;
settings = {
user = {

View file

@ -56,6 +56,10 @@ in
rustup # rustup from nix for rust :)
gamescope # so i can put it in steam startup command lines
wl-clipboard
(olympus.override {
celesteWrapper = "steam-run";
})
archipelago
(pkgs.writeShellApplication {
name = "lock-and-power-off-screen";
text = ''

View file

@ -289,6 +289,11 @@
programs.java.enable = true;
programs.nix-ld = {
# i love programs that work
enable = true;
};
virtualisation = {
libvirtd = {
enable = true;