Compare commits

..

No commits in common. "571bfc92abc0f521e5fffd72e3ccfd4cd4a11b9d" and "f524b20e541f5975348e537837b3b6111be05f69" have entirely different histories.

5 changed files with 14 additions and 51 deletions

View File

@ -1,15 +0,0 @@
gtk-theme-name="Sweet-Dark"
gtk-icon-theme-name="Sweet-Rainbow"
gtk-font-name="Fira Sans 12"
gtk-cursor-theme-name="capitaine-cursors-light"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"

View File

@ -1,16 +0,0 @@
[Settings]
gtk-theme-name=Sweet-Dark
gtk-icon-theme-name=Sweet-Rainbow
gtk-font-name=Fira Sans 12
gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb

View File

@ -42,10 +42,6 @@ in
}; };
# remove nano from default packages # remove nano from default packages
defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ]; defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ];
etc = {
"xdg/gtk-2.0".source = ./config/xdg/gtk-2.0/.gtkrc-2.0;
"xdg/gtk-3.0".source = ./config/xdg/gtk-3.0/settings.ini;
};
}; };
networking.hostName = "${hostname}"; # Define your hostname. networking.hostName = "${hostname}"; # Define your hostname.

View File

@ -49,7 +49,7 @@ in
xdg-desktop-portal-hyprland # desktop portal (hyprland fork) xdg-desktop-portal-hyprland # desktop portal (hyprland fork)
#neovim # text editor #neovim # text editor
yt-dlp # video downloader yt-dlp # video downloader
#sweet # gtk theme sweet # gtk theme
]; ];
imports = [ imports = [
@ -102,19 +102,19 @@ in
}; };
# gtk theming # gtk theming
#gtk = { gtk = {
# enable = true; enable = true;
# theme = { theme = {
# name = "Sweet-Dark"; name = "Sweet-Dark";
# }; };
# iconTheme = { iconTheme = {
# name = "Sweet-Rainbow"; name = "Sweet-Rainbow";
# }; };
# font = { font = {
# name = "Fira Sans"; name = "Fira Sans";
# size = 12; size = 12;
# }; };
#}; };
services.mako.enable = true; services.mako.enable = true;
}; };

View File

@ -12,8 +12,6 @@
#hyprland # window manager #hyprland # window manager
wayland # wayland server wayland # wayland server
xdg-utils # xdg directories, open, etc xdg-utils # xdg directories, open, etc
sweet # gtk theme
capitaine-cursors # cursor theme
]; ];
} }