unfucked it
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -22,15 +22,16 @@
|
||||
};
|
||||
in {
|
||||
|
||||
homeConfigurations.ruby= home-manager.lib.homeManagerConfiguration {
|
||||
extraSpecialArgs = specialArgs;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
modules = [
|
||||
homeConfigurations.ruby= home-manager.lib.homeManagerConfiguration {
|
||||
extraSpecialArgs = specialArgs;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
modules = [
|
||||
# ./home-manager/${user}/home.nix
|
||||
./home-manager/ruby/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
./home-manager/ruby/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
nixosConfigurations."yukigekko" = nixpkgs.lib.nixosSystem{
|
||||
specialArgs = specialArgs;
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user