rizzX
This commit is contained in:
5
home.nix
5
home.nix
@@ -24,11 +24,16 @@
|
||||
xdg.configFile.waybar.source = ./modules/waybar;
|
||||
xdg.configFile.cava.source = ./modules/cava;
|
||||
xdg.configFile.kitty.source = ./modules/kitty;
|
||||
xdg.configFile.rofi.source = ./modules/rofi;
|
||||
|
||||
services.mpd-mpris.enable = true;
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.package = pkgs.adw-gtk3;
|
||||
theme.name = "adw-gtk3";
|
||||
iconTheme.package = pkgs.rose-pine-icon-theme;
|
||||
iconTheme.name = "rose-pine-icons";
|
||||
};
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
|
||||
Reference in New Issue
Block a user