diff options
Diffstat (limited to 'nixos/modules/layout.nix')
| -rw-r--r-- | nixos/modules/layout.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nixos/modules/layout.nix b/nixos/modules/layout.nix deleted file mode 100644 index c36085d..0000000 --- a/nixos/modules/layout.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ ... }: - -{ - xdg.userDirs = { - enable = true; - createDirectories = true; - download = "/home/cat/downloads"; - documents = "/home/cat/documents"; - pictures = "/home/cat/pictures"; - videos = "/home/cat/videos"; - music = "/home/cat/music"; - desktop = "/home/cat/desktop"; - publicShare = "/home/cat/public"; - templates = "/home/cat/templates"; - }; -} |
