Compare commits
No commits in common. "0afdeb261e2e3e81fd2d066bda8e6d8bc637bb19" and "c9d940eb83f3c849e46297b1d03873c45c4468fe" have entirely different histories.
0afdeb261e
...
c9d940eb83
3 changed files with 1 additions and 13 deletions
|
@ -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…
Reference in a new issue