diff --git a/configuration.nix b/configuration.nix index 1f44a6b..8255887 100644 --- a/configuration.nix +++ b/configuration.nix @@ -118,5 +118,20 @@ # should. system.stateVersion = "18.09"; - system.autoUpgrade.enable = true; + environment.etc."xdg/gtk-2.0/gtkrc".text = '' + gtk-theme-name = "gtk-tokyo-night" + ''; + + environment.etc."xdg/gtk-3.0/settings.ini".text = '' + [Settings] + gtk-theme-name = gtk-tokyo-night + gtk-application-prefer-dark-theme=1 + ''; + nixpkgs.overlays = [ + (self: super: { + waybar = super.waybar.overrideAttrs (oldAttrs: { + mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; + }); + }) + ]; } diff --git a/packages.nix b/packages.nix index 767ec34..c8c78cd 100644 --- a/packages.nix +++ b/packages.nix @@ -41,6 +41,8 @@ google-chrome alacritty vlc + pavucontrol + discord # CLI Tools neofetch bat @@ -59,6 +61,8 @@ waybar wofi libsForQt5.sddm + libsForQt5.polkit-kde-agent + glib wlogout swaylock-effects # Ricing apps