mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
moved wm outside of the gui/modules
This commit is contained in:
parent
5afee9cd3a
commit
181b4ce5b7
20 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./wm
|
||||||
./modules
|
./modules
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,5 @@
|
||||||
./fun
|
./fun
|
||||||
./utils
|
./utils
|
||||||
./writing
|
./writing
|
||||||
./wm
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../../../../configs/wallpapers/
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../../../../configs/wallpapers/
|
|
||||||
1
src/user/modules/gui/wm/hyprland/config/wallpapers
Symbolic link
1
src/user/modules/gui/wm/hyprland/config/wallpapers
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../../configs/wallpapers/
|
||||||
1
src/user/modules/gui/wm/sway/config/wallpapers
Symbolic link
1
src/user/modules/gui/wm/sway/config/wallpapers
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../../configs/wallpapers/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue