commit | f2a88390e8dcd3f2060d436c5ad13abeb9d80b6e | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Sun Mar 06 21:08:15 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Sun Mar 06 21:08:15 2022 +0000 |
tree | f8e54787bbc4768387936e084999ae7c5c1a5386 | |
parent | 332f4edc162eaef3c2a9a4c0e4cd98ffa5064e0e [diff] [blame] |
Add the start of the sway config; rebuilding to see what it'll be
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index e838ad8..0cb4c6e 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -2,6 +2,13 @@ wayland.windowManager.sway = { enable = true; wrapperFeatures.gtk = true; + + config = { + assigns = {}; + bars = []; + colors = {}; + + } }; home.packages = with pkgs; [