This commit is contained in:
Tao Tien 2024-03-16 18:54:05 -07:00
parent 2e0c42df8f
commit 43a3c2df5b
7 changed files with 59 additions and 63 deletions

View file

@ -5,9 +5,10 @@
}: {
imports = [
(import ./helix.nix {inherit pkgs inputs;})
./cargo.nix
];
home.file.".cargo/config.toml".text = builtins.readFile ./cargo.toml;
programs = {
jujutsu = {
enable = true;
@ -42,9 +43,9 @@
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
};
# taskwarrior = {
# enable = true;
# };
taskwarrior = {
enable = true;
};
wezterm = {
enable = true;
@ -62,12 +63,12 @@
};
};
# services = {
# pueue = {
# enable = true;
# settings = {};
# };
# };
services = {
pueue = {
enable = true;
settings = {};
};
};
home.username = "tao";
home.homeDirectory = "/home/tao";