diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
| commit | ce19b701046c064a1eb39098d8537b2c4964a86e (patch) | |
| tree | 8c42a1392d36132803a2ee4ecb4d2c9150f72296 /modules/swayfx.nix | |
| parent | 8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 (diff) | |
start rewrite
Diffstat (limited to 'modules/swayfx.nix')
| -rw-r--r-- | modules/swayfx.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/swayfx.nix b/modules/swayfx.nix deleted file mode 100644 index caa9fdf..0000000 --- a/modules/swayfx.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - lib, - pkgs, - options, - ... -}: -{ - options.programs.swayfx.enable = lib.mkEnableOption "swayfx"; - - config.programs.sway = - if config.programs.swayfx.enable then - { - enable = lib.mkForce true; - package = lib.mkForce pkgs.swayfx; - } - else - { }; -} |
