Configurations cleanup

Fix home state version
This commit is contained in:
Filippo Berto 2022-12-06 21:50:55 +01:00
parent c6c8c23058
commit abc9f50a30
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
6 changed files with 76 additions and 82 deletions

View file

@ -7,8 +7,8 @@
};
packages = with pkgs; [
arandr
authy
bitwarden
catgirl # IRC
discord
dmenu
docker-compose
@ -17,27 +17,26 @@
easyeffects
# electrum
# element-desktop # matrix client
evince
evolution
filelight
unstable.firefox
# freecad
gallery-dl
gnome.eog
gnome.evince
gnome.file-roller
gnome.geary
gnome.gnome-boxes
# gnome.gnome-boxes
gnome.gnome-calendar
gnome.gnome-font-viewer
gnome.gnome-screenshot
gnome.gnome-sound-recorder
# gnome.gnome-system-monitor
# gnome.gnome-sound-recorder
gnome.gnome-system-monitor
# gnome.seahorse
gnome.totem
# (google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
gucharmap
handbrake
httpie
# hyperspace-cli
inkscape
jetbrains.datagrip
krita
@ -45,13 +44,13 @@
meld
mendeley
# minecraft
mycrypto
# mycrypto
nix-prefetch-scripts
okular
obsidian
openvpn
p7zip
pavucontrol
pcmanfm
# pcmanfm
pcsx2
pentablet-driver
postman
@ -59,18 +58,16 @@
# pulseaudio
pulseaudio
retroarchFull
ripgrep
shotwell
# signal-desktop
skypeforlinux
# slack
spotify
tdesktop
teams
transmission-gtk
authy
obsidian
spotify
thunderbird
transmission-gtk
unstable.firefox
virt-manager
virt-viewer
# wineFull
@ -140,5 +137,5 @@
../hm_modules/zathura.nix
];
home.stateVersion = "21.05";
home.stateVersion = "22.05";
}