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 ];