feat(home:file-manager): add nemo initial configuration
This commit is contained in:
parent
dde1dca4f7
commit
65fb953361
7 changed files with 51 additions and 5 deletions
11
home/options/desktop/fileManager.nix
Normal file
11
home/options/desktop/fileManager.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkEnableOption;
|
||||
in
|
||||
|
||||
{
|
||||
options.ooknet.fileManager = {
|
||||
nemo.enable = mkEnableOption "";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue