remove gtk stuff

This commit is contained in:
gpskwlkr 2024-03-27 23:57:16 +04:00
parent 76f1a964ae
commit 8f13d0a017
13 changed files with 9 additions and 90 deletions

View file

@ -3,23 +3,16 @@
gtk = {
enable = true;
cursorTheme = {
name = "Catppuccin-Macchiato-Teal";
package = pkgs.catppuccin-gtk;
};
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme = 1;
gtk-cursor-theme-name=Catppuccin-Macchiato-Teal
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme = 1;
gtk-cursor-theme-name=Catppuccin-Macchiato-Teal
'';
'';
};
};
}

View file

@ -45,13 +45,13 @@
# Gaming
pkgs.steam
pkgs.steam-run
pkgs.yuzu-mainline
(pkgs.lutris.override {
extraPkgs = pkgs: [
pkgs.wineWowPackages.stable
pkgs.winetricks
];
})
pkgs.yuzu-mainline
# Downloads
pkgs.qbittorrent