mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 02:50:21 +00: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]
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
exec-once = [
|
||||
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
||||
"${pkgs.floorp}/bin/floorp"
|
||||
"sleep 3; ${pkgs.vesktop}/bin/vesktop"
|
||||
"sleep 1; ${pkgs.vesktop}/bin/vesktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true"
|
||||
"exec-once = wl-paste --type text --watch cliphist store"
|
||||
"exec-once = wl-paste --type image --watch cliphist store"
|
||||
"JKPS"
|
||||
"ags"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue