taskwarrior web package
This commit is contained in:
parent
cbf950d650
commit
a6612db1b1
6 changed files with 45 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nix-config, config, lib, pkgs, inputs, ... }:
|
||||
{ nix-config, config, pkgs, ... }:
|
||||
{
|
||||
|
||||
imports = with nix-config.homeModules; [
|
||||
|
@ -11,6 +11,7 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
btop
|
||||
nix-config.packages.x86_64-linux.taskwarrior-web
|
||||
];
|
||||
|
||||
username = "media";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue