Update default.nix

This commit is contained in:
Thilo Hohlt
2023-06-03 08:46:21 +02:00
committed by GitHub
parent 4394b58661
commit f13ca345b0

View File

@@ -18,6 +18,7 @@
config = {
modifier = "Mod1";
terminal = "alacritty";
menu = "bemenu-run";
output = {
DP-1 = {
res = "1920x1080@144.000Hz";
@@ -29,11 +30,21 @@
};
xwayland = false;
};
gtk = {
enable = true;
theme = {
package = pkgs.gnome.gnome-themes-extra;
name = "Adwaita-dark";
};
};
programs.git = {
signing = {
key = "29791D54E85BEE9E";
};
};
home.packages = with pkgs; [
bemenu
];
};
}