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/default.nix | |
| parent | profiles/gtk: configure dark mode properly (diff) | |
| download | infra-ff2547f3ed61308614ad1fe832a6ea741a12b6f9.tar.gz | |
profiles/workstation: move sway to the workstation profile
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix index d08b890..b248c51 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,7 +1,7 @@ { lib, ... }: { - imports = [ ./system ./services ./programs ./secrets ]; + imports = [ ./system ./services ./secrets ]; options.my = with lib; { user = { |
