mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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 = [
|
||||
./wm
|
||||
./modules
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@
|
|||
./fun
|
||||
./utils
|
||||
./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