enable ozone
This commit is contained in:
parent
9196975e5b
commit
3bdf7bf978
2 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,10 @@ in
|
|||
./virt-manager.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
_1password-gui
|
||||
brightnessctl
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
type = "lua";
|
||||
config = ''
|
||||
require('nvim-web-devicons').setup {
|
||||
default = true;
|
||||
default = true
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue