sway: move to subdir

This commit is contained in:
Colin 2023-05-15 02:22:09 +00:00
parent d024637edf
commit f8a2691ca0
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ in
./phosh.nix
./plasma.nix
./plasma-mobile.nix
./sway.nix
./sway
];
}

View File

@ -224,7 +224,7 @@ in
screenshot-cmd = "${pkgs.sway-contrib.grimshot}/bin/grimshot copy area";
# "bookmarking"/snippets inspired by Luke Smith:
# - <https://www.youtube.com/watch?v=d_11QaTlf1I>
snip-file = ./snippets.txt;
snip-file = ../snippets.txt;
# TODO: querying sops here breaks encapsulation
list-snips = "cat ${snip-file} ${config.sops.secrets.snippets.path}";
strip-comments = "${sed} 's/ #.*$//'";