mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Compare commits
2 commits
0cac6b4bcb
...
90818ef9bf
Author | SHA1 | Date | |
---|---|---|---|
90818ef9bf | |||
567c69cd8f |
3 changed files with 10 additions and 3 deletions
|
@ -29,7 +29,8 @@ Epimethus:
|
|||
|
||||
### 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
|
||||
|
||||
|
|
|
@ -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