updates, switch to qutebrowser, etc

This commit is contained in:
k3t
2026-03-23 16:53:09 -06:00
parent 501320a15c
commit 5fe54fe3da
6 changed files with 70 additions and 49 deletions
+22
View File
@@ -0,0 +1,22 @@
{ pkgs, ... }: {
gtk = {
enable = true;
colorScheme = "dark";
cursorTheme = {
name = "WhiteSur-cursors";
package = pkgs.whitesur-cursors;
};
theme = {
name = "Materia-dark";
package = pkgs.materia-theme;
};
gtk3 = {
enable = true;
colorScheme = "dark";
};
gtk4 = {
enable = true;
colorScheme = "dark";
};
};
}
+1
View File
@@ -8,6 +8,7 @@
SSHAgent.Enabled = true;
SSHAgent.UseOpenSSH = true;
Browser.Enabled = true;
GUI.ApplicationTheme = "dark";
};
};
xdg.autostart.enable = true;