actualize

This commit is contained in:
Aleksandr 2025-06-10 01:18:14 +00:00
parent 68339c7f4e
commit 9426336e90
4 changed files with 12 additions and 1 deletions

View file

@ -13,5 +13,6 @@
"slack"
];
networking.hostName = "lil-maid";
system.stateVersion = "25.11";
}

View file

@ -4,6 +4,7 @@
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
font-awesome
];
fonts.fontDir.enable = true;
}

View file

@ -36,6 +36,9 @@
services.mako = {
enable = true;
settings = {
default-timeout = 2000;
};
};
programs.zen-browser = {
@ -77,6 +80,10 @@
userName = "Aleksandr";
userEmail = "nerodono0@gmail.com";
};
programs.starship = {
enable = true;
settings = {};
};
programs.niri.settings = import (dotfiles + "/niri") args;
};