From aa5022198f252992d23a65a64eb9febcad6033e9 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 17 Mar 2025 15:10:26 +0100 Subject: [PATCH] Modified options --- hosts/ti-clt-lpt01/default.nix | 3 ++- modules/home/applications/firefox.nix | 4 ++++ modules/home/applications/helix.nix | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/ti-clt-lpt01/default.nix b/hosts/ti-clt-lpt01/default.nix index 13270a0..f40f9d9 100644 --- a/hosts/ti-clt-lpt01/default.nix +++ b/hosts/ti-clt-lpt01/default.nix @@ -22,10 +22,11 @@ thunar.enable = true; }; services = { - docker.enable = true; + docker.enable = false; quickemu.enable = true; sunshine.enable = false; garbage-collection.enable = true; + incus.enable = true; }; hardware = { fprint.enable = true; diff --git a/modules/home/applications/firefox.nix b/modules/home/applications/firefox.nix index 566be07..02ff81d 100644 --- a/modules/home/applications/firefox.nix +++ b/modules/home/applications/firefox.nix @@ -161,6 +161,10 @@ in { label = "My TU Delft"; url = "https://my.tudelft.nl/"; } + { + label = "Vikunja"; + url = "https://vikunja.xeovalyte.dev/"; + } ]; "signon.rememberSignons" = false; }; diff --git a/modules/home/applications/helix.nix b/modules/home/applications/helix.nix index 134f468..b71934c 100644 --- a/modules/home/applications/helix.nix +++ b/modules/home/applications/helix.nix @@ -25,6 +25,7 @@ in { unstable.texlab unstable.vue-language-server unstable.typescript + unstable.inlyne dprint ];