From 2c00c995dd6fe8842148beed8e54fc62665d985f Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 7 Feb 2025 22:00:20 +0300 Subject: [PATCH] lets enable gui on pochita --- hosts/pochita/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 1731f0f..84616dd 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -25,11 +25,15 @@ blockYoutube = false; blockTwitter = false; enableTailscale = true; + enableJellyfin = true; }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method programs.firefox.enable = lib.mkForce false; # no need for firefox + # enable hyprland + programs.hyprland.enable = true; + networking.hostName = "pochita"; # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"