machines: aramis: use gtk profile
This commit is contained in:
parent
e211ac7d73
commit
e786eaddde
|
@ -9,8 +9,6 @@
|
||||||
gammastep.enable = true;
|
gammastep.enable = true;
|
||||||
# Use a small popup to enter passwords
|
# Use a small popup to enter passwords
|
||||||
gpg.pinentry = "gtk2";
|
gpg.pinentry = "gtk2";
|
||||||
# GTK theme configuration
|
|
||||||
gtk.enable = true;
|
|
||||||
# Machine specific packages
|
# Machine specific packages
|
||||||
packages.additionalPackages = with pkgs; [
|
packages.additionalPackages = with pkgs; [
|
||||||
jellyfin-media-player # Wraps the webui and mpv together
|
jellyfin-media-player # Wraps the webui and mpv together
|
||||||
|
@ -36,9 +34,4 @@
|
||||||
wallpapers = "${pkgs.plasma-workspace-wallpapers}/share/wallpapers";
|
wallpapers = "${pkgs.plasma-workspace-wallpapers}/share/wallpapers";
|
||||||
in
|
in
|
||||||
"${wallpapers}/summer_1am/contents/images/2560x1600.jpg";
|
"${wallpapers}/summer_1am/contents/images/2560x1600.jpg";
|
||||||
|
|
||||||
services.dbus.packages = with pkgs; [
|
|
||||||
# Allow setting GTK configuration using home-manager
|
|
||||||
gnome3.dconf
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
my.profiles = {
|
my.profiles = {
|
||||||
# Bluetooth configuration and GUI
|
# Bluetooth configuration and GUI
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
# GTK theme configuration
|
||||||
|
gtk.enable = true;
|
||||||
# i3 configuration
|
# i3 configuration
|
||||||
wm.windowManager = "i3";
|
wm.windowManager = "i3";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue