mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
home-manager: Use minimal module set and import everything else manually
This commit is contained in:
parent
0b87addc97
commit
0c25e7fd34
18 changed files with 98 additions and 6 deletions
|
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
config,
|
||||
osConfig,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/services/window-managers/hyprland.nix"
|
||||
"${modulesPath}/services/dunst.nix"
|
||||
];
|
||||
|
||||
options.custom.de.hyprland.enable = lib.mkEnableOption "" // {
|
||||
default = osConfig.custom.de.hyprland.enable;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue