Hyprland stuffies

This commit is contained in:
blahai 2025-01-12 22:51:32 +02:00
parent 0cac6b4bcb
commit 567c69cd8f
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -207,7 +207,11 @@
clang
];
home.sessionVariables = {EDITOR = "nvim";};
home.sessionVariables = {
EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
MOZ_ENABLE_WAYLAND = "1";
};
home.file.".cargo/config.toml".text = ''
[target.x86_64-unknown-linux-gnu]