fix mistakes from removing hyprland

This commit is contained in:
Gabriella Bere 2024-08-22 13:04:34 +01:00
parent 962aec2205
commit 4b76f4438d
2 changed files with 8 additions and 268 deletions

View file

@ -13,7 +13,7 @@
};
};
outputs = { self, nixpkgs, home-manager, hyprland, ... } @ inputs:
outputs = { self, nixpkgs, home-manager, ... } @ inputs:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
stable = inputs.stablepkgs.legacyPacakges.x86_64-linux;
@ -28,9 +28,6 @@
./modules/nh.nix
./modules/environment.nix
./modules/waydroid.nix
# Import hyprland module
# hyprland.homeManagerModules.default
];
};
};