This commit is contained in:
maya 2026-02-25 19:42:20 +08:00
parent 7cd5e7d8dd
commit d162b7c9f2
Signed by: maya
SSH key fingerprint: SHA256:Im2Y1O7zWsr6fcIXLTGk3tHCels6Ptm2pE3svwm5m/0
4 changed files with 30 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{config, pkgs, lib, inputs, vars, osConfig, ...}:{
imports = [
inputs.noctalia.homeModules.default
];
home = rec {
@ -39,6 +40,7 @@
};
programs.home-manager.enable = true;
programs.noctalia-shell.enable = true;
programs.foot = {
enable = true;
settings.main.font = (if osConfig.var.username == "alyx" then "DepartureMono Nerd Font:size=18" else "monospace:size=12");
@ -64,7 +66,7 @@
settings.colors.selection-foreground = "62ffff";
settings.colors.selection-background = "006e68";
settings.colors.cursor = "002428 00ffff";
settings.main.pad = "12x12 center";
settings.main.pad = "6x6 center";
};
programs.ncmpcpp = {