refactor: moved wm.nix to a better place

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-09 17:07:57 -03:00
parent 1c7b6f286c
commit d419121b61
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
imports = [
../../modules/home-manager/theme.nix
../../modules/home-manager/config/terminal.nix
../../modules/home-manager/config/wm.nix
./wm.nix
];
programs.bash = {

View File

@@ -2,7 +2,7 @@
{
imports = [
../programs/hyprland.nix
../../modules/home-manager/programs/hyprland.nix
];
options.wm = { };
config = {