add qutebrowser colors
This commit is contained in:
parent
3e3550752b
commit
0d6622e2ce
5 changed files with 241 additions and 7 deletions
|
@ -77,13 +77,11 @@
|
|||
nixosConfigurations = {
|
||||
i15 = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./hosts/i15.nix ]
|
||||
++ common_modules;
|
||||
modules = [ ./hosts/i15.nix ] ++ common_modules;
|
||||
};
|
||||
monolith = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./hosts/monolith.nix ]
|
||||
++ common_modules;
|
||||
modules = [ ./hosts/monolith.nix ] ++ common_modules;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue