enable ozone

This commit is contained in:
Adithya 2023-03-21 01:03:32 +05:30
parent 9196975e5b
commit 3bdf7bf978
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,10 @@ in
./virt-manager.nix ./virt-manager.nix
]; ];
home.sessionVariables = {
NIXOS_OZONE_WL = 1;
};
home.packages = with pkgs; [ home.packages = with pkgs; [
_1password-gui _1password-gui
brightnessctl brightnessctl

View file

@ -109,7 +109,7 @@
type = "lua"; type = "lua";
config = '' config = ''
require('nvim-web-devicons').setup { require('nvim-web-devicons').setup {
default = true; default = true
} }
''; '';
} }