added dwl config back as an alternative

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-23 16:19:02 +02:00
parent 552ae67f6a
commit a8bc48adc0
Signed by: semere
GPG key ID: 7FC937214DF30488
6 changed files with 233 additions and 5 deletions

View file

@ -46,7 +46,14 @@
in
lib.nixosSystem {
system = hostConfig.system;
specialArgs = { inherit userVars self zen-browser noctalia; };
specialArgs = {
inherit
userVars
self
zen-browser
noctalia
;
};
modules = [
hostConfig.configModule
]
@ -56,7 +63,14 @@
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit userVars self zen-browser noctalia; };
extraSpecialArgs = {
inherit
userVars
self
zen-browser
noctalia
;
};
backupFileExtension = "backup";
sharedModules = [
zen-browser.homeModules.default