This commit is contained in:
Chris Cochrun 2025-09-01 06:24:31 -05:00
parent d24af7bef5
commit d0c8e279ca
6 changed files with 226 additions and 54 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, inputs, niri, ... }:
let
laptop = builtins.readFile "/etc/hostname" == ''
@ -1492,7 +1492,7 @@ in {
padding.y = 10;
dynamic_padding = true;
};
terminal.shell.program = "fish";
terminal.shell.program = "nu";
font = {
normal = {
family = "VictorMono Nerd Font";