dcs fix
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
home = {
|
||||
username = hyper.user;
|
||||
homeDirectory = hyper.home;
|
||||
stateVersion = pkgs.version;
|
||||
stateVersion = hyper.pkgs-version;
|
||||
};
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
||||
4
wsl.nix
4
wsl.nix
@@ -1,7 +1,6 @@
|
||||
{ pkgs, ... }@all: with all; {
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
./system-modules/base-packages.nix
|
||||
./system-modules/docker.nix
|
||||
./system-modules/gc.nix
|
||||
./system-modules/gpg.nix
|
||||
@@ -9,7 +8,8 @@
|
||||
./system-modules/nixd.nix
|
||||
./system-modules/users.nix
|
||||
];
|
||||
system.stateVersion = pkgs.version;
|
||||
environment.systemPackages = import ./system-modules/base-packages.nix pkgs;
|
||||
system.stateVersion = hypr.pkgs-version;
|
||||
wsl = {
|
||||
defaultUser = hyper.user;
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user