Update default.nix

This commit is contained in:
Thilo Hohlt
2023-06-03 10:04:13 +02:00
committed by GitHub
parent 80b17a54a9
commit b7800ca686

View File

@@ -46,13 +46,13 @@
}; };
xwayland = false; xwayland = false;
}; };
# gtk = { gtk = {
# enable = true; enable = true;
# theme = { theme = {
# package = pkgs.gnome.gnome-themes-extra; package = pkgs.gnome.gnome-themes-extra;
# name = "Adwaita-dark"; name = "Adwaita-dark";
# }; };
# }; };
programs = { programs = {
git = { git = {
signing = { signing = {
@@ -62,7 +62,7 @@
swaylock.enable = true; swaylock.enable = true;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# dconf dconf
bemenu bemenu
]; ];
}; };