Compare commits

..

No commits in common. "90818ef9bfdead25cb9275b3eb3e1d68198187ba" and "0cac6b4bcbb941970cba1010f4ab859274478bd5" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

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

View file

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

View file

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