Fix warnings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user