neovim/fw

This commit is contained in:
gwg313 2024-09-03 23:07:50 -04:00
parent 8d5e0e6566
commit c4f7a64329
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
16 changed files with 427 additions and 24 deletions

View file

@ -3,9 +3,7 @@
pkgs,
...
}: {
imports = [
./waybar.nix
];
imports = [./waybar.nix];
services.mako = {
enable = true;
@ -163,9 +161,8 @@
];
monitor = [",preferred,auto,1"];
exec = [
"${pkgs.swaybg}/bin/swaybg -i ${config.stylix.image} -m fill"
];
# monitor = [ "HDMI-A-1,1920x1080@144,auto,1" ];
exec = ["${pkgs.swaybg}/bin/swaybg -i ${config.stylix.image} -m fill"];
exec-once = [
# Enables clipboard sync
"${pkgs.wl-clipboard}/bin/wl-paste -p | ${pkgs.wl-clipboard}/bin/wl-copy"