diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 10:31:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | 09dc1fefcf73dd3e57939105c22d050a65222211 (patch) | |
tree | 47489f7b7846e4f2c71ebf7bd565ddf5ba62dcb7 /nixos/hamac-configuration.nix | |
parent | b2bd12c7c0039c33b81e1e88b825e1606ee899e2 (diff) |
add sway
The config is the default config copied from /etc/sway/config.
Diffstat (limited to 'nixos/hamac-configuration.nix')
-rw-r--r-- | nixos/hamac-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hamac-configuration.nix b/nixos/hamac-configuration.nix index 306260d..145baf8 100644 --- a/nixos/hamac-configuration.nix +++ b/nixos/hamac-configuration.nix @@ -7,6 +7,7 @@ imports = [ ./hamac-hardware-configuration.nix ./sanix.nix + ./parts/graphical.nix ]; # Bootloader. |