Switch from thunar to nemo

This commit is contained in:
Filippo Berto 2023-06-04 00:26:11 +02:00
parent 1e47ca95e1
commit 16b97f1e3f
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 15 additions and 8 deletions

6
hm_modules/nemo.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs.cinnamon; [
nemo
];
}