cleanup
This commit is contained in:
parent
cb9b393cf0
commit
de8c66d530
5 changed files with 21 additions and 25 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue