mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
gnome-things.nix
This commit is contained in:
parent
231464a5d1
commit
08f77d9bc3
2 changed files with 20 additions and 10 deletions
|
|
@ -9,6 +9,7 @@
|
|||
./touchpad-trackpoint.nix
|
||||
./autolock.nix
|
||||
./redshift.nix
|
||||
./gnome-things.nix
|
||||
|
||||
# WMish things
|
||||
./xmonad
|
||||
|
|
@ -23,14 +24,4 @@
|
|||
xorg.xmessage
|
||||
];
|
||||
|
||||
#
|
||||
# Various GNOME non-sense that must be enabled to work with WMs
|
||||
#
|
||||
|
||||
services.gnome.at-spi2-core.enable = true;
|
||||
|
||||
# https://github.com/taffybar/taffybar/issues/403
|
||||
services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
|
||||
gtk.iconCache.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
19
features/desktopish/gnome-things.nix
Normal file
19
features/desktopish/gnome-things.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }: {
|
||||
#
|
||||
# Various GNOME non-sense that must be enabled to work with WMs
|
||||
#
|
||||
|
||||
services.gnome.at-spi2-core.enable = true;
|
||||
|
||||
# https://github.com/taffybar/taffybar/issues/403
|
||||
services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
|
||||
gtk.iconCache.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# https://github.com/NixOS/nixpkgs/issues/43836#issuecomment-419217138
|
||||
hicolor-icon-theme
|
||||
gnome-icon-theme
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue