This commit is contained in:
Varris 2023-08-24 08:48:30 +02:00
parent 6c22a7fb39
commit 0a7800cd15
6 changed files with 5 additions and 5 deletions

View File

@ -116,7 +116,7 @@
inherit pkgs;
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
./system/configuration.nix
home-manager.nixosModules.home-manager {
home-manager = {
useUserPackages = true;

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "gruvbox-plus-icon-pack";
version = "3.1";
version = "4.0";
src = fetchFromGitHub {
owner = "SylEleuth";
repo = pname;
rev = "v${version}";
hash = "sha256-HOgH7BPb3wsgrFEotz9+RNTZL7mYnI9Y58L5vxd/F2Y=";
hash = "sha256-KefCHHFtuh2wAGBq6hZr9DpuJ0W99ueh8i1K3tohgG8=";
};
nativeBuildInputs = [ gtk3 ];

View File

@ -146,7 +146,7 @@ in
exec = ${pkgs.xorg.xrandr}/bin/xrandr --output ${rightMonitor.display} --primary
exec = ${wob-voldaemon}/bin/wob-volumeindicator.sh;
# exec = pkill waybar; ${pkgs.waybar-hyprland}/bin/waybar
# exec = pkill waybar; ${pkgs.waybar}/bin/waybar
exec = ${pkgs.eww-git}/bin/eww kill; ${pkgs.eww-git}/bin/eww open-many bar0 bar1
exec = pkill swww; sleep 2 && ${pkgs.swww}/bin/swww init && ${pkgs.swww}/bin/swww img $(cat ~/.cache/swww/wallpaper.txt)

View File

@ -24,7 +24,7 @@ in
{
programs.waybar = {
enable = true;
package = pkgs.waybar-hyprland;
package = pkgs.waybar;
settings = [{
layer = "top";