Skip to content

Commit 29df59b

Browse files
committed
fix gnome-tweaks
1 parent 4ee838d commit 29df59b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hosts/galvatron-wsl/configuration.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
...
1010
}: {
1111
# You can import other NixOS modules here
12+
#
1213
imports = [
1314
"${modulesPath}/profiles/minimal.nix"
1415
inputs.nixos-wsl.nixosModules.wsl
@@ -43,6 +44,8 @@
4344
config = {allowUnfree = true;};
4445
};
4546

47+
networking.hostName = "galvatron-wsl";
48+
4649
nix = {
4750
registry = lib.mapAttrs (_: value: {flake = value;}) inputs;
4851
# make legacy nix commands consistent
@@ -73,8 +76,6 @@
7376
};
7477
};
7578

76-
networking.hostName = "galvatron-wsl";
77-
7879
programs.nix-ld.enable = true;
7980
programs.dconf.enable = true;
8081
environment.systemPackages = with pkgs; [
@@ -143,7 +144,7 @@
143144
dillo
144145
st
145146
firefox
146-
gnome.gnome-tweaks
147+
gnome-tweaks
147148

148149
# afterwards run: (these should be automatic somehow)
149150
# granted browser set -b firefox -p /mnt/c/Users/sme/scoop/shims/firefox.exe (if using non-wsl ff)

0 commit comments

Comments
 (0)