update
This commit is contained in:
parent
560e8e5a00
commit
a6b6ed3bc7
@ -62,6 +62,7 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
|
nixos-wsl.nixosModules.default
|
||||||
./hosts/wsl/configuration.nix
|
./hosts/wsl/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-wsl.nixosModules.default
|
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
../../modules/nixos/user.nix
|
../../modules/nixos/user.nix
|
||||||
];
|
];
|
||||||
@ -29,6 +28,8 @@
|
|||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
@ -38,5 +39,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
../../modules/home-manager/jq.nix
|
../../modules/home-manager/jq.nix
|
||||||
../../modules/home-manager/lazygit.nix
|
../../modules/home-manager/lazygit.nix
|
||||||
../../modules/home-manager/man.nix
|
../../modules/home-manager/man.nix
|
||||||
../../modules/home-manager/emacs
|
|
||||||
];
|
];
|
||||||
home.username = "mthomson";
|
home.username = "mthomson";
|
||||||
home.homeDirectory = "/home/mthomson";
|
home.homeDirectory = "/home/mthomson";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user