hyprland: switch to config generator from the flake
This commit is contained in:
parent
7e39e12b64
commit
8df1696ac9
5 changed files with 418 additions and 216 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.desktops.hyprland;
|
||||
|
@ -16,10 +17,10 @@ in {
|
|||
./exec.nix
|
||||
./settings.nix
|
||||
./workspaces.nix
|
||||
./nixos-module.nix
|
||||
inputs.hyprland.nixosModules.default
|
||||
];
|
||||
# we disable the default hyprland module
|
||||
disabledModules = ["programs/hyprland.nix"];
|
||||
# disabledModules = ["programs/hyprland.nix"];
|
||||
|
||||
options.modules.desktops.hyprland = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue