mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Move qtile's config.py into the .nix
This commit is contained in:
parent
64b70db28c
commit
d025506189
4 changed files with 210 additions and 212 deletions
|
|
@ -7,7 +7,7 @@
|
|||
}: let
|
||||
cfg = config.myConfig.de;
|
||||
in {
|
||||
imports = [./qtile];
|
||||
imports = [./qtile.nix];
|
||||
|
||||
options.myConfig.de = {
|
||||
wallpaper = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue