This commit is contained in:
biscuit
2025-05-20 14:22:02 -05:00
parent a3b195da1f
commit 530a7c9777
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
imports = [
../../modules/biscuit/editor.nix
../../modules/biscuit/xserver.nix
../../modules/biscuit/misc.nix
];
programs.home-manager.enable = true;
+5
View File
@@ -0,0 +1,5 @@
{...}: {
imports = [
../../pkgs/btop/biscuit.nix
];
}
+8
View File
@@ -0,0 +1,8 @@
{...}: {
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}