forked from fabian/nix_config
switch to sway
This commit is contained in:
parent
52e1424f48
commit
6c66eb0e36
4 changed files with 10 additions and 34 deletions
|
@ -91,6 +91,10 @@
|
|||
|
||||
specialArgs = {
|
||||
inherit flakes;
|
||||
doctrine = import "${trivionomicon}/doctrine" {
|
||||
inherit pkgs;
|
||||
namespace = "sys";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -126,6 +130,10 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit flakes;
|
||||
doctrine = import "${trivionomicon}/doctrine" {
|
||||
inherit pkgs;
|
||||
namespace = "hm";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue