Merge branch 'main' of github.com:bloxx12/nichts
This commit is contained in:
commit
4d9f26bbf0
5 changed files with 7 additions and 4 deletions
|
@ -59,12 +59,11 @@ in {
|
|||
swww
|
||||
toipe
|
||||
keepassxc
|
||||
vivaldi
|
||||
yubikey-personalization-gui
|
||||
yubikey-personalization
|
||||
yubioath-flutter
|
||||
fzf
|
||||
nix-index
|
||||
tldr
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,10 @@ in {
|
|||
# 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; }))
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,7 +57,6 @@ in {
|
|||
polkit
|
||||
python3
|
||||
qbittorrent
|
||||
qutebrowser
|
||||
ripgrep
|
||||
rustdesk
|
||||
rofi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue