From 25ef3eaca598fef0cf48c6703977a5fea5b0c57b Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 1 Aug 2020 21:35:51 +0200 Subject: [PATCH] Fix sway module --- modules/common.nix | 1 + modules/metis.nix | 2 -- modules/sway/config | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 9044010..13e66db 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -22,5 +22,6 @@ in { colors = colors; }) ./keyring.nix + ./sway ]; } diff --git a/modules/metis.nix b/modules/metis.nix index 5f98d2e..8fee52a 100644 --- a/modules/metis.nix +++ b/modules/metis.nix @@ -96,9 +96,7 @@ in qt5.qttools emacs qt5.qtwayland - swayidle mako - swaylock kanshi termite bemenu diff --git a/modules/sway/config b/modules/sway/config index 33cc60c..f5a8382 100644 --- a/modules/sway/config +++ b/modules/sway/config @@ -1,4 +1,4 @@ -set $wallpaper ~/.config/nixpkgs/sway/wallpaper +set $wallpaper ~/.config/nixpkgs/modules/sway/wallpaper set $foreground #a3a3a3ff set $background #1f2022e5 set $dark_black #1f2022ff