home: add nemo file-manager
This commit is contained in:
parent
0d83bc4c2c
commit
5284f668a2
2 changed files with 13 additions and 0 deletions
|
|
@ -6,5 +6,6 @@
|
|||
./kdeconnect.nix
|
||||
./ookbrightness.nix
|
||||
./zellijMenu.nix
|
||||
./nemo.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
12
modules/home/workstation/tools/nemo.nix
Normal file
12
modules/home/workstation/tools/nemo.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: let
|
||||
nemoMime = {
|
||||
"inode/directory" = ["nemo.desktop"];
|
||||
};
|
||||
in {
|
||||
home.packages = [pkgs.nemo-with-extensions];
|
||||
xdg.mimeApps = {
|
||||
associations.added = nemoMime;
|
||||
defaultApplications = nemoMime;
|
||||
};
|
||||
ooknet.binds.fileManager = "nemo";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue