remove gtk stuff
This commit is contained in:
parent
76f1a964ae
commit
8f13d0a017
13 changed files with 9 additions and 90 deletions
|
|
@ -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
|
||||
'';
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue