Compare commits
No commits in common. "055cdaa56a82ff5606e730b43a09854f40d09cf9" and "45baa5f0bc77f45bee89ac55cabf83e8c0dc9f2f" have entirely different histories.
055cdaa56a
...
45baa5f0bc
3 changed files with 1 additions and 13 deletions
users/buffet
|
@ -20,7 +20,6 @@ in {
|
|||
e = "\"$EDITOR\"";
|
||||
mkdir = "mkdir -p";
|
||||
rg = "rg -S";
|
||||
t = "task";
|
||||
};
|
||||
|
||||
shellOptions = [
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -16,7 +17,6 @@
|
|||
./nvd.nix
|
||||
./ssh.nix
|
||||
./sway.nix
|
||||
./taskwarrior.nix
|
||||
];
|
||||
|
||||
users.users.buffet = {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
home-manager.users.buffet = {
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
colorTheme = "light-16";
|
||||
config = {
|
||||
default.project = "Inbox";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue