Fix warnings

This commit is contained in:
Nathan Braswell
2026-04-15 21:23:19 -04:00
parent a3708a4edf
commit 871ea25216

View File

@@ -11,11 +11,12 @@
home.username = username; home.username = username;
home.homeDirectory = homeDirectory; home.homeDirectory = homeDirectory;
gtk.gtk4.theme = null;
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
fira-code jetbrains-mono iosevka monoid recursive inter fira-code jetbrains-mono iosevka monoid recursive inter
xwayland-satellite xwayland-satellite
swww awww
niri niri
]; ];
@@ -116,8 +117,6 @@
spawn-at-startup = [ spawn-at-startup = [
{ command = [ "awww-daemon" ]; } { command = [ "awww-daemon" ]; }
{ command = [ "awww" "img" "${backgroundImg}" ]; } { command = [ "awww" "img" "${backgroundImg}" ]; }
#{ command = [ "swww-daemon" ]; }
#{ command = [ "swww" "img" "${backgroundImg}" ]; }
{ command = [ "waybar" ]; } { command = [ "waybar" ]; }
{ command = [ "xwayland-satellite" ]; } { command = [ "xwayland-satellite" ]; }
]; ];
@@ -417,8 +416,11 @@
programs.git = { programs.git = {
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
userName = "Nathan Braswell"; signing.format = null;
userEmail = email; settings.user = {
name = "Nathan Braswell";
email = email;
};
}; };
programs.jujutsu = { programs.jujutsu = {
enable = true; enable = true;