diff options
| author | stefan <stefan@s00.xyz> | 2025-04-15 02:19:23 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-04-15 02:19:23 -0400 |
| commit | fc23a2e79eff0bcdbc7e2bce109fb7d74d996b7e (patch) | |
| tree | fe7cc19d3277b51f70a573f1404ced870aa6206b /form/home.nix | |
| parent | 9c1cd212da6cc486d04ddf08e8b112e71d2ac398 (diff) | |
| download | home-fc23a2e79eff0bcdbc7e2bce109fb7d74d996b7e.tar.gz | |
form
Diffstat (limited to 'form/home.nix')
| -rw-r--r-- | form/home.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/form/home.nix b/form/home.nix index fe6d6ee..2dcae82 100644 --- a/form/home.nix +++ b/form/home.nix @@ -17,6 +17,7 @@ ]; }; + colors.mountain.enable = true; gpg.enable = true; pass = { @@ -35,6 +36,11 @@ terminal = "foot"; }; + i3status = { + enable = true; + wireless = true; + }; + qutebrowser = { enable = true; }; |