From 6ec960891c9530ed4ebd87cc470d4e5dccedd092 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 21:34:51 +0900 Subject: [PATCH] test --- home-manager/common/desktops/hyprland/default.nix | 2 +- .../nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/default.nix b/home-manager/common/desktops/hyprland/default.nix index 98739799..5f506a7c 100644 --- a/home-manager/common/desktops/hyprland/default.nix +++ b/home-manager/common/desktops/hyprland/default.nix @@ -5,7 +5,7 @@ ./${theme}/swaylock-conf.nix ./${theme}/wlogout-conf.nix - # GTK theme applied in + # GTK theme applied in home-manager/common/software/cli/bash.nix ./swayosd-conf.nix ]; } \ No newline at end of file diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix index 71b5b13c..a7b94862 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix @@ -256,7 +256,7 @@ swww init & DIR=/etc/nixos/git/wallpapers/${theme} IMG=`ls $DIR | shuf -n 1` - swww img $DIR/$IMG + swww img $DIR/$IMG & # Waybar waybar &