This commit is contained in:
Tao Tien 2024-03-15 21:39:09 -07:00
parent cb9b393cf0
commit de8c66d530
5 changed files with 21 additions and 25 deletions

View file

@ -42,19 +42,19 @@
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
};
taskwarrior = {
enable = true;
};
# taskwarrior = {
# enable = true;
# };
wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
zellij = {
enable = true;
settings = {};
};
# zellij = {
# enable = true;
# settings = {};
# };
zoxide = {
enable = true;
@ -62,12 +62,12 @@
};
};
services = {
pueue = {
enable = true;
settings = {};
};
};
# services = {
# pueue = {
# enable = true;
# settings = {};
# };
# };
home.username = "tao";
home.homeDirectory = "/home/tao";