diff options
| author | Rosa <rosaontheweb@proton.me> | 2025-12-20 15:31:54 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2025-12-20 15:31:54 -0500 |
| commit | d76111cd0de07c821844be4583ffb81eb2d59bf7 (patch) | |
| tree | 91a1fc2e7e3acb8336a85aed9abc242307a4fc35 /user/default.nix | |
| parent | ca9e1f1fb8126b34ca95fca78965c1d782a30102 (diff) | |
foot, editor
Diffstat (limited to 'user/default.nix')
| -rw-r--r-- | user/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/default.nix b/user/default.nix new file mode 100644 index 0000000..9de969c --- /dev/null +++ b/user/default.nix @@ -0,0 +1,7 @@ +{ config, ... }: +{ + imports = [ + ./kakoune + ./zsh.nix + ]; +} |
