quickshell!
This commit is contained in:
parent
ff0fa258e4
commit
613ced37f5
17 changed files with 251 additions and 47 deletions
|
@ -2,9 +2,9 @@
|
|||
inherit (inputs) self;
|
||||
inherit (self) lib;
|
||||
in {
|
||||
temperance = lib.nixosSystem {
|
||||
temperance = lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit lib inputs self;};
|
||||
specialArgs = {inherit lib inputs self system;};
|
||||
modules = [
|
||||
./vali/temperance
|
||||
../modules
|
||||
|
@ -13,9 +13,9 @@ in {
|
|||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
hermit = lib.nixosSystem {
|
||||
hermit = lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit lib inputs self;};
|
||||
specialArgs = {inherit lib inputs self system;};
|
||||
modules = [
|
||||
./vali/hermit
|
||||
../modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue