From f8a2691ca0757698f8ea2e1e89886b3ce28ff7f7 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 15 May 2023 02:22:09 +0000 Subject: [PATCH] sway: move to subdir --- hosts/modules/gui/default.nix | 2 +- hosts/modules/gui/{sway.nix => sway/default.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename hosts/modules/gui/{sway.nix => sway/default.nix} (99%) diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index e77549d6..594016df 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -10,6 +10,6 @@ in ./phosh.nix ./plasma.nix ./plasma-mobile.nix - ./sway.nix + ./sway ]; } diff --git a/hosts/modules/gui/sway.nix b/hosts/modules/gui/sway/default.nix similarity index 99% rename from hosts/modules/gui/sway.nix rename to hosts/modules/gui/sway/default.nix index b3d21157..5b2c2bce 100644 --- a/hosts/modules/gui/sway.nix +++ b/hosts/modules/gui/sway/default.nix @@ -224,7 +224,7 @@ in screenshot-cmd = "${pkgs.sway-contrib.grimshot}/bin/grimshot copy area"; # "bookmarking"/snippets inspired by Luke Smith: # - - 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/ #.*$//'";