From d6c549c1a278f17c0c3b14f475d76f154f5b879c Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Tue, 15 Oct 2024 00:24:40 +0200 Subject: [PATCH] fix: put things to the right place --- home/default.nix | 2 -- modules/configuration.nix | 1 + modules/shell.nix | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index bd5d367..47eaae0 100644 --- a/home/default.nix +++ b/home/default.nix @@ -24,8 +24,6 @@ size = 16; }; - environment.sessionVariables.DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable"; - imports = [ ./hyprland.nix ./git.nix diff --git a/modules/configuration.nix b/modules/configuration.nix index ac2279e..0dc3505 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -73,6 +73,7 @@ environment.sessionVariables = { NIXOS_OZONE_WL = "1"; + DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable"; }; services.devmon.enable = true; diff --git a/modules/shell.nix b/modules/shell.nix index 60b8b2f..9e62e54 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -8,6 +8,7 @@ os-update = "sudo nixos-rebuild switch --flake \".#$HOST\" --log-format internal-json -v |& nom --json"; }; + fonts.enableDefaultPackages = true; fonts.packages = with pkgs; [ nerdfonts ];