fix: put things to the right place
This commit is contained in:
parent
b0ce629cdf
commit
d6c549c1a2
3 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,6 @@
|
|||
size = 16;
|
||||
};
|
||||
|
||||
environment.sessionVariables.DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable";
|
||||
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./git.nix
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@
|
|||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
DEFAULT_BROWSER = "${pkgs.google-chrome}/bin/google-chrome-stable";
|
||||
};
|
||||
|
||||
services.devmon.enable = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue