1
0
Fork 0

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 niri
fuzzel fuzzel
mako
waybar
swaybg
xwayland
xwayland-satellite
gammastep
discord discord
steam steam
@ -81,7 +87,6 @@
(prismlauncher.override { jdks = [ jdk23 jdk8 ]; }) (prismlauncher.override { jdks = [ jdk23 jdk8 ]; })
tidal-hifi tidal-hifi
zotero zotero
deadd-notification-center
mullvad-browser mullvad-browser
networkmanagerapplet networkmanagerapplet
pasystray pasystray
@ -133,6 +138,7 @@
noto-fonts-cjk-sans noto-fonts-cjk-sans
libertine libertine
roboto roboto
font-awesome
adwaita-icon-theme adwaita-icon-theme
@ -180,6 +186,21 @@
package = pkgs.emacs30; 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
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.mu.enable = true; programs.mu.enable = true;
@ -211,7 +232,7 @@
enable = true; enable = true;
settings = { settings = {
terminal.shell = "fish"; terminal.shell = "fish";
font.size = 5; font.size = 10;
font.normal = { font.normal = {
family = "JetBrains Mono"; family = "JetBrains Mono";
style = "SemiBold"; style = "SemiBold";

View file

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