Cleaned up nix directory & setup home-manager and manual waybar config
This commit is contained in:
parent
ad7e4d0704
commit
c776037778
4 changed files with 2 additions and 124 deletions
|
|
@ -10,6 +10,7 @@
|
|||
mecca = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;}; modules = [
|
||||
./hosts/common.nix
|
||||
./hosts/mecca/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/common.nix
|
||||
./hosts/syntheticnexus/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue