mirror of
https://github.com/blahai/nyx.git
synced 2025-06-21 10:57:06 -04:00
Hyprland stuffies
This commit is contained in:
parent
0cac6b4bcb
commit
567c69cd8f
2 changed files with 8 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue