File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
...
10
10
} : {
11
11
# You can import other NixOS modules here
12
+ #
12
13
imports = [
13
14
"${ modulesPath } /profiles/minimal.nix"
14
15
inputs . nixos-wsl . nixosModules . wsl
43
44
config = { allowUnfree = true ; } ;
44
45
} ;
45
46
47
+ networking . hostName = "galvatron-wsl" ;
48
+
46
49
nix = {
47
50
registry = lib . mapAttrs ( _ : value : { flake = value ; } ) inputs ;
48
51
# make legacy nix commands consistent
73
76
} ;
74
77
} ;
75
78
76
- networking . hostName = "galvatron-wsl" ;
77
-
78
79
programs . nix-ld . enable = true ;
79
80
programs . dconf . enable = true ;
80
81
environment . systemPackages = with pkgs ; [
143
144
dillo
144
145
st
145
146
firefox
146
- gnome . gnome -tweaks
147
+ gnome-tweaks
147
148
148
149
# afterwards run: (these should be automatic somehow)
149
150
# granted browser set -b firefox -p /mnt/c/Users/sme/scoop/shims/firefox.exe (if using non-wsl ff)
You can’t perform that action at this time.
0 commit comments