Merge branch 'main' of github.com:bloxx12/nichts
This commit is contained in:
commit
4d9f26bbf0
5 changed files with 7 additions and 4 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
./assets/*
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; }))
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,6 @@ in {
|
||||||
polkit
|
polkit
|
||||||
python3
|
python3
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qutebrowser
|
|
||||||
ripgrep
|
ripgrep
|
||||||
rustdesk
|
rustdesk
|
||||||
rofi
|
rofi
|
||||||
|
|
|
@ -117,7 +117,6 @@ in {
|
||||||
"text/plain" = [ text_editor ];
|
"text/plain" = [ text_editor ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue