mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 09:08:47 +02:00
clean up old packages
This commit is contained in:
parent
b9ca2c0513
commit
f3b0bce62e
1 changed files with 2 additions and 23 deletions
|
@ -33,26 +33,23 @@
|
|||
|
||||
# messaging
|
||||
tdesktop
|
||||
profanity
|
||||
gomuks
|
||||
|
||||
# games
|
||||
prismlauncher
|
||||
superTuxKart
|
||||
# space-cadet-pinball
|
||||
space-cadet-pinball
|
||||
|
||||
# cryptography
|
||||
yubikey-manager
|
||||
# bitwarden-cli
|
||||
bitwarden-cli
|
||||
|
||||
# misc
|
||||
xournalpp
|
||||
libreoffice
|
||||
mosh
|
||||
typst
|
||||
hut
|
||||
wine
|
||||
electrum
|
||||
# ansible
|
||||
ansible-lint
|
||||
(python3.withPackages (ps: [
|
||||
|
@ -102,25 +99,7 @@
|
|||
];
|
||||
|
||||
programs.firefox.enable = true;
|
||||
# ugly and Broken
|
||||
# programs = {
|
||||
# thunderbird = {
|
||||
# enable = true;
|
||||
# profiles = {
|
||||
# default = {
|
||||
# withExternalGnupg = true;
|
||||
# isDefault = true;
|
||||
# settings = {
|
||||
# "intl.date_time.pattern_override.connector_short" = "{1} {0}";
|
||||
# "intl.date_time.pattern_override.date_short" = "yyyy-MM-dd";
|
||||
# "intl.date_time.pattern_override.time_short" = "HH:mm";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue