Move qtile's config.py into the .nix

This commit is contained in:
SebastianStork 2024-03-30 22:49:10 +01:00
parent 64b70db28c
commit d025506189
4 changed files with 210 additions and 212 deletions

View file

@ -7,7 +7,7 @@
}: let
cfg = config.myConfig.de;
in {
imports = [./qtile];
imports = [./qtile.nix];
options.myConfig.de = {
wallpaper = lib.mkOption {