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,54 +7,45 @@
};
packages = with pkgs; [
arandr
authy
bitwarden
cava
discord
dmenu
docker-compose
docker-machine
droidcam
easyeffects
# element-desktop # matrix client
# evince
evince
evolution
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-sound-recorder
# gnome.gnome-sudoku
gnome.gnome-sudoku
# gnome.gnome-system-monitor
# gnome.gnome-tweaks
# gnome.nautilus
# gnome.quadrapassel
gnome.gnome-system-monitor
# gnome.seahorse
# gnome.sushi
gnome.totem
# gnome.vinagre
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
# (google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
gucharmap
handbrake
httpie
# hyperspace-cli
inkscape
jetbrains.datagrip
# keepassxc
krita
lutris
# lutris
meld
mendeley
# minecraft
# mycrypto
nix-prefetch-scripts
obsidian
openvpn
p7zip
pavucontrol
@ -65,19 +56,16 @@
# pulseaudio
pulseaudio
# retroarchFull
ripgrep
shotwell
# signal-desktop
skypeforlinux
# slack
spotify
teams
tex2nix
transmission-gtk
authy
discord
obsidian
tdesktop
teams
thunderbird
transmission-gtk
unstable.firefox
virt-manager
virt-viewer
# wineFull
@ -160,5 +148,5 @@
../hm_modules/zathura.nix
];
home.stateVersion = "21.11";
home.stateVersion = "22.05";
}