aboutsummaryrefslogtreecommitdiff
path: root/form
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2025-03-03 21:55:50 -0500
committerstefan <stefan@s00.xyz>2025-03-03 21:55:50 -0500
commit25ed6898befb1c5d35b5517d60633c2a4d8eb540 (patch)
tree0700ec2c9535af9cb28658568827a4366b47c188 /form
parent390d23083905e9cd26ea44393422630ffe99c9a5 (diff)
downloadhome-25ed6898befb1c5d35b5517d60633c2a4d8eb540.tar.gz
added readme
Diffstat (limited to 'form')
-rw-r--r--form/home.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/form/home.nix b/form/home.nix
index c141011..1836a34 100644
--- a/form/home.nix
+++ b/form/home.nix
@@ -12,6 +12,8 @@
extraPackages = with pkgs; [
wmenu
cmatrix
+ wayneko
+ pfetch
];
};
@@ -26,6 +28,10 @@
terminal = "foot";
};
+ qutebrowser = {
+ enable = true;
+ };
+
mako.enable = true;
neovide.enable = true;
zsh.enable = true;