diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 11:18:09 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 11:18:09 +0100 |
| commit | 3d074dc5605738c9df45437cff3737186cdd030a (patch) | |
| tree | 234203689ffcccc287fa456a21df5065b0458bb3 /home-modules | |
| parent | ab72e2906d3b101d297f6b3750ed4acd37ee8344 (diff) | |
Update flake
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/apps/default.nix | 3 | ||||
| -rw-r--r-- | home-modules/apps/desktop/default.nix | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index 31766ab..940573a 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -1,7 +1,6 @@ { lib, pkgs, - inputs, config, hostconfig, ... @@ -103,7 +102,7 @@ in }) (lib.mkIf cfg.work.enable { home.packages = with pkgs; [ - inputs.tatuin.packages.${pkgs.stdenv.hostPlatform.system}.default + # inputs.tatuin.packages.${pkgs.stdenv.hostPlatform.system}.default todoman ]; }) diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index e85be14..11a3152 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -95,6 +95,7 @@ in home.packages = with pkgs; [ libreoffice-qt6-fresh zotero + planify ]; }) (lib.mkIf cfg.dev.enable { |
