mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added dwl config back as an alternative
This commit is contained in:
parent
552ae67f6a
commit
a8bc48adc0
6 changed files with 233 additions and 5 deletions
18
flake.nix
18
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue