fix(nix): add niri ux configuration

This commit is contained in:
Lucas Sta Maria 2025-03-14 21:03:27 -04:00
parent dce54eabb4
commit c20f59df42
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 24 additions and 2 deletions

View file

@ -67,6 +67,12 @@
niri
fuzzel
mako
waybar
swaybg
xwayland
xwayland-satellite
gammastep
discord
steam
@ -81,7 +87,6 @@
(prismlauncher.override { jdks = [ jdk23 jdk8 ]; })
tidal-hifi
zotero
deadd-notification-center
mullvad-browser
networkmanagerapplet
pasystray
@ -133,6 +138,7 @@
noto-fonts-cjk-sans
libertine
roboto
font-awesome
adwaita-icon-theme
@ -180,6 +186,21 @@
package = pkgs.emacs30;
};
services.gammastep = {
enable = true;
dawnTime = "6:00-7:00";
duskTime = "20:00-21:00";
temperature = {
day = 6500;
night = 3500;
};
};
services.mako = {
enable = true;
margin = "40,20";
};
### Programs
programs.home-manager.enable = true;
programs.mu.enable = true;
@ -211,7 +232,7 @@
enable = true;
settings = {
terminal.shell = "fish";
font.size = 5;
font.size = 10;
font.normal = {
family = "JetBrains Mono";
style = "SemiBold";

View file

@ -29,6 +29,7 @@
noto-fonts-cjk-sans
libertine
roboto
font-awesome
];
};