diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-06 11:14:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-06 11:14:22 -0700 |
commit | ff2547f3ed61308614ad1fe832a6ea741a12b6f9 (patch) | |
tree | d8d9b086dfb67039795d640e349d017f79c7a9ce /modules/programs/default.nix | |
parent | profiles/gtk: configure dark mode properly (diff) | |
download | world-ff2547f3ed61308614ad1fe832a6ea741a12b6f9.tar.gz |
profiles/workstation: move sway to the workstation profile
Diffstat (limited to 'modules/programs/default.nix')
-rw-r--r-- | modules/programs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix deleted file mode 100644 index 2de6855..0000000 --- a/modules/programs/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ ... }: - -{ - imports = [ ./sway ]; -} |