fix: put things to the right place

This commit is contained in:
EinEtwas 2024-10-15 00:24:40 +02:00
parent b0ce629cdf
commit d6c549c1a2
3 changed files with 2 additions and 2 deletions

View file

@ -24,8 +24,6 @@
size = 16; size = 16;
}; };
environment.sessionVariables.DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable";
imports = [ imports = [
./hyprland.nix ./hyprland.nix
./git.nix ./git.nix

View file

@ -73,6 +73,7 @@
environment.sessionVariables = { environment.sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable";
}; };
services.devmon.enable = true; services.devmon.enable = true;

View file

@ -8,6 +8,7 @@
os-update = "sudo nixos-rebuild switch --flake \".#$HOST\" --log-format internal-json -v |& nom --json"; os-update = "sudo nixos-rebuild switch --flake \".#$HOST\" --log-format internal-json -v |& nom --json";
}; };
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerdfonts nerdfonts
]; ];