[flake] prettify code
This commit is contained in:
parent
38722dbc62
commit
69a45bf7ac
@ -31,7 +31,7 @@
|
||||
|
||||
# laptop - itclt75
|
||||
itclt75 = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
|
||||
inherit system;
|
||||
modules = [
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
# laptop - talathiel
|
||||
talathiel = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
|
||||
inherit system;
|
||||
modules = [
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
# desktop - phaedra
|
||||
phaedra = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
|
||||
inherit system;
|
||||
modules = [
|
||||
|
Reference in New Issue
Block a user