lapdiv #1

Merged
autumn merged 7 commits from lapdiv into main 2025-08-25 18:32:21 -06:00
3 changed files with 6 additions and 4 deletions
Showing only changes of commit 7cea231a80 - Show all commits

View File

@@ -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
]; ];
}; };
}; };

View File

@@ -15,8 +15,12 @@
position = "top"; position = "top";
height = 30; height = 30;
spacing = 4; spacing = 4;
# Module layout # Module layout
#
modules-center = [
"river/window"
];
modules-right = [ modules-right = [
"pulseaudio" "pulseaudio"
"network#wifi" "network#wifi"