This commit is contained in:
2025-03-07 08:26:21 -05:00
parent f48cbf893e
commit 73d9c04d3e
10 changed files with 308 additions and 277 deletions

View File

@@ -13,6 +13,7 @@
../../modules/home-manager/email
../../modules/home-manager/password-store
../../modules/home-manager/taskwarrior
#../../modules/home-manager/sketchybar
../../modules/home-manager/kubernetes.nix
../../modules/home-manager/nix-index.nix
../../modules/home-manager/bitwarden.nix
@@ -39,16 +40,6 @@
notebook = {
dir = "~/zk";
};
group = {
daily = {
paths = ["journal/daily"];
note = {
filename = "{{format-date now '%Y-%m-%d'}}";
extension = "md";
template = "daily.md";
};
};
};
};
};
jq = {
@@ -71,19 +62,27 @@
enable = true;
settings = {};
};
spotify-player = {
enable = true;
};
};
home.packages = with pkgs; [
slides
graph-easy
obsidian
nodejs
taskwarrior-tui
sbcl
hidden-bar
weechat
android-tools
nchat
nethack
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
keyring
click
tldextract
]))
bitwarden-cli
nodejs
ladybird
];
programs.home-manager.enable = true;