added new folders
This commit is contained in:
@@ -32,11 +32,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
homeManagerModule = {
|
homeManagerModule = {
|
||||||
# home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
"my-nixos-desktop" = nixpkgs.lib.nixosSystem {
|
"hakase" = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/nixos/my-nixos-desktop/configuration.nix
|
./hosts/nixos/my-nixos-desktop/configuration.nix
|
||||||
@@ -57,11 +57,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"youruser-standalone" = home-manager.lib.homeManagerConfiguration {
|
"kenji" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
homeManagerModule
|
homeManagerModule
|
||||||
# ./home/youruser/home.nix
|
./home/kenji/home.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# specialArgs = { inherit self; };
|
# specialArgs = { inherit self; };
|
||||||
|
|||||||
Reference in New Issue
Block a user