move desktops to their own folder

This commit is contained in:
tristan 2024-02-09 22:29:27 +00:00
parent 1444fd91c8
commit 06e889c274
7 changed files with 10 additions and 11 deletions

View file

@ -36,7 +36,7 @@
./nixos/programs/anki.nix
] [
./home/programs/gamer.nix
./home/programs/hyprland.nix
./home/desktop/hyprland/.
./home/programs/personal/.
];
@ -47,7 +47,7 @@
./nixos/modules/work.nix
] [
./home/programs/work.nix
./home/programs/hyprland.nix
./home/desktop/hyprland/.
];
vm-sway =
@ -62,7 +62,7 @@
./hardware/vm.nix
(auto-login "sway")
] [
./home/programs/sway.nix
./home/desktop/sway/.
];
vm-hyprland =
@ -79,7 +79,7 @@
./hardware/vm.nix
(./nixos/programs/auto-login.nix "Hyprland")
] [
./home/programs/hyprland.nix
./home/desktop/hyprland/.
];
vm-tty = mkConf [