Compare commits

..

No commits in common. "0afdeb261e2e3e81fd2d066bda8e6d8bc637bb19" and "c9d940eb83f3c849e46297b1d03873c45c4468fe" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -20,7 +20,6 @@ in {
e = "\"$EDITOR\"";
mkdir = "mkdir -p";
rg = "rg -S";
t = "task";
};
shellOptions = [

View file

@ -1,5 +1,6 @@
{
pkgs,
lib,
...
}: {
imports = [
@ -16,7 +17,6 @@
./nvd.nix
./ssh.nix
./sway.nix
./taskwarrior.nix
];
users.users.buffet = {

View file

@ -1,11 +0,0 @@
{
home-manager.users.buffet = {
programs.taskwarrior = {
enable = true;
colorTheme = "light-16";
config = {
default.project = "Inbox";
};
};
};
}