Compare commits

...

2 commits

Author SHA1 Message Date
willifan
a50faa1245 fixed thunar archives and removable media 2024-05-29 12:49:34 +02:00
willifan
90f03b8cd8 Added common applications 2024-05-28 23:06:41 +02:00
2 changed files with 9 additions and 1 deletions

View file

@ -24,6 +24,12 @@
virtualbox virtualbox
libreoffice
prusa-slicer
gimp
cinnamon.nemo-fileroller
]; ];
} }

View file

@ -1,6 +1,8 @@
{ pkgs, home-manager, ... }: { pkgs, home-manager, ... }:
{ {
services.udisks2.enable = true; services.gvfs.enable = true;
programs.file-roller.enable = true;
programs.thunar = { programs.thunar = {
enable = true; enable = true;