update system

This commit is contained in:
2026-03-23 11:54:25 +01:00
parent 36e64dcc4c
commit c26512c3db
8 changed files with 75 additions and 73 deletions

View File

@@ -110,7 +110,7 @@ in
ghex
gnome-disk-utility
# fixes
xorg.xrandr
xrandr
];
gtk = {

View File

@@ -3,6 +3,7 @@
programs.git = {
enable = true;
signing = {
format = "openpgp";
key = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";
signByDefault = true;
};

View File

@@ -299,8 +299,11 @@ in
gtk = {
gtk3.extraCss = # css
"@import './theme.css';";
gtk4.extraCss = # css
"@import './theme.css';";
gtk4 = {
theme.name = "Adwaita";
extraCss = # css
"@import './theme.css';";
};
theme = {
name = "Adwaita";
};