Compare commits

...

2 commits

Author SHA1 Message Date
90818ef9bf
README: link rewrite branch 2025-01-12 22:53:46 +02:00
567c69cd8f
Hyprland stuffies 2025-01-12 22:51:32 +02:00
3 changed files with 10 additions and 3 deletions

View file

@ -29,7 +29,8 @@ Epimethus:
### Notes ### Notes
I'm planning on doing an almost full rewrite of this config I'm doing an almost full rewrite of this config
see [rewrite](https://github.com/blahai/nyx/tree/rewrite) branch
### Flake layout ### Flake layout

View file

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

View file

@ -8,7 +8,9 @@
exec-once = [ exec-once = [
"${pkgs.swww}/bin/swww-daemon --format xrgb" "${pkgs.swww}/bin/swww-daemon --format xrgb"
"${pkgs.floorp}/bin/floorp" "${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" "JKPS"
"ags" "ags"
]; ];