From f685be6aea021196ee40d909aab0ab6241eef397 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 18 Nov 2025 15:44:45 +0100 Subject: . --- home/home.nix | 1 + home/wayland/noctalia.nix | 8 ++++++++ hosts/desktop/configuration.nix | 4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 home/wayland/noctalia.nix diff --git a/home/home.nix b/home/home.nix index f2d0e9d..1e3b793 100644 --- a/home/home.nix +++ b/home/home.nix @@ -7,6 +7,7 @@ ./wayland/niri/niri.nix # Wayland specific programs ./wayland/waybar.nix + ./wayland/noctalia.nix # Editors ./editors/nixvim.nix ./editors/helix.nix diff --git a/home/wayland/noctalia.nix b/home/wayland/noctalia.nix new file mode 100644 index 0000000..e0b402d --- /dev/null +++ b/home/wayland/noctalia.nix @@ -0,0 +1,8 @@ +{ inputs, ... }: +{ + imports = [ inputs.noctalia.homeModules.default ]; + + programs.noctalia-shell = { + enable = true; + }; +} diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index dfa60c9..3924e3d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -113,7 +113,9 @@ xdg.portal = { console = { keyMap = "pl"; - font = "LatArCyrHeb-16"; + # earlySetup = true; + # font = "Lat2-Terminus32"; + # packages = with pkgs; [ terminus_font ]; }; environment.sessionVariables = { -- cgit v1.3