refactor: moved wm.nix to a better place
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../programs/hyprland.nix
|
||||
../../modules/home-manager/programs/hyprland.nix
|
||||
];
|
||||
options.wm = { };
|
||||
config = {
|
||||
Reference in New Issue
Block a user