Merge branch 'main' of github.com:bloxx12/nichts

This commit is contained in:
Charlie Root 2024-04-20 23:57:03 +02:00
commit 4d9f26bbf0
5 changed files with 7 additions and 4 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
./assets/*

View file

@ -59,12 +59,11 @@ in {
swww swww
toipe toipe
keepassxc keepassxc
vivaldi
yubikey-personalization-gui yubikey-personalization-gui
yubikey-personalization yubikey-personalization
yubioath-flutter yubioath-flutter
fzf fzf
nix-index tldr
]; ];
}; };
} }

View file

@ -24,5 +24,10 @@ in {
# st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;}); # st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;});
}) })
]; ];
environment.systemPackages = with pkgs; [
(st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
(dmenu.overrideAttrs (oldAttrs: rec { src = ./dmenu-5.3; }))
];
}; };
} }

View file

@ -57,7 +57,6 @@ in {
polkit polkit
python3 python3
qbittorrent qbittorrent
qutebrowser
ripgrep ripgrep
rustdesk rustdesk
rofi rofi

View file

@ -117,7 +117,6 @@ in {
"text/plain" = [ text_editor ]; "text/plain" = [ text_editor ];
}; };
}; };
}; };
}; };
} }