Replaced Xarchiver with fileroller since I really don't like the behaviour that it makes you provide the extraction directory, and treats ~ like a folder. This may or may not work, if it doesn't I'll add gnome.file-roller
This commit is contained in:
parent
e3d3da7325
commit
240102009a
2
home.nix
2
home.nix
|
|
@ -9,7 +9,7 @@
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[ texliveFull ] ++ # TeX distribution
|
[ texliveFull ] ++ # TeX distribution
|
||||||
[ kitty ] ++ # Terminal emulator
|
[ kitty ] ++ # Terminal emulator
|
||||||
[ firefox cinnamon.nemo xarchiver pavucontrol ] ++ # Basic graphical apps
|
[ firefox cinnamon.nemo cinnamon.nemo-fileroller pavucontrol ] ++ # Basic graphical apps
|
||||||
[ signal-desktop prismlauncher ] ++ # Personalized selection of graphical apps
|
[ signal-desktop prismlauncher ] ++ # Personalized selection of graphical apps
|
||||||
[ bemenu j4-dmenu-desktop ] ++ # Sway-related packages
|
[ bemenu j4-dmenu-desktop ] ++ # Sway-related packages
|
||||||
[ noto-fonts redhat-official-fonts overpass ]; # Fonts
|
[ noto-fonts redhat-official-fonts overpass ]; # Fonts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue