mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Configure the basics of hyprland
This commit is contained in:
parent
90781bbed0
commit
288c7180a3
3 changed files with 126 additions and 2 deletions
|
|
@ -6,7 +6,10 @@
|
|||
}: let
|
||||
cfg = config.myConfig.de;
|
||||
in {
|
||||
imports = [./qtile.nix];
|
||||
imports = [
|
||||
./qtile.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
|
||||
options.myConfig.de = {
|
||||
theming.enable = lib.mkEnableOption "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue