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\"";
|
e = "\"$EDITOR\"";
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
rg = "rg -S";
|
rg = "rg -S";
|
||||||
t = "task";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
shellOptions = [
|
shellOptions = [
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -16,7 +17,6 @@
|
||||||
./nvd.nix
|
./nvd.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./taskwarrior.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.buffet = {
|
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