summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2026-01-06 14:17:57 +0100
committerstuebinm2026-01-06 14:17:57 +0100
commit964779db4d62613d48ade8b8695474bdd57271d3 (patch)
tree6e45260fefdeed2e491ba66b0644e248f952d9f7 /common
parentb1822a225f04a9f2a6b7a29f25758569d12f01b4 (diff)
update sources: NixOS 25.11
Diffstat (limited to 'common')
-rw-r--r--common/desktop.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index e570579..9341b83 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -59,10 +59,10 @@
enable = true;
settings = {
default_session = {
- command = "${pkgs.greetd.tuigreet}/bin/tuigreet -tr --asterisks --cmd 'hikari -c ~/hikari.conf'";
+ command = "${pkgs.tuigreet}/bin/tuigreet -tr --asterisks --cmd 'hikari -c ~/hikari.conf'";
user = "stuebinm";
};
- terminal.vt = 2;
+ # terminal.vt = 2;
};
};
@@ -85,7 +85,7 @@
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
- noto-fonts-emoji
+ noto-fonts-color-emoji
] ++ (with lib.attrsets;
builtins.filter isDerivation (attrValues pkgs.nerd-fonts));