buncha shit tbh
This commit is contained in:
@@ -21,8 +21,6 @@
|
|||||||
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
modules = [ ./home-manager/autumn/home.nix ];
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations."yukigekko" = nixpkgs.lib.nixosSystem{
|
nixosConfigurations."yukigekko" = nixpkgs.lib.nixosSystem{
|
||||||
@@ -34,7 +32,7 @@
|
|||||||
inherit locale;
|
inherit locale;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./system/nixos/configuration.nix
|
./system/nixos/configuration.nix ./home-manager/autumn/yukigekko-home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
spacing = 4;
|
spacing = 4;
|
||||||
|
|
||||||
# Module layout
|
# Module layout
|
||||||
|
#
|
||||||
|
modules-center = [
|
||||||
|
"river/window"
|
||||||
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"network#wifi"
|
"network#wifi"
|
||||||
|
|||||||
Reference in New Issue
Block a user