From 0f0e252fc0fe134c202536935ea30af3d220d828 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 12:38:05 +0200 Subject: add wallpaper and rofi --- nixos/home.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'nixos/home.nix') diff --git a/nixos/home.nix b/nixos/home.nix index 6a76346..29536d5 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -41,6 +41,7 @@ home.file.".config/waybar".source = ./config/waybar; home.file.".config/git".source = ./config/git; home.file.".config/nvim/init.lua".source = ./config/nvim/init.lua; + home.file.".config/rofi".source = ./config/rofi; home.file.".config/user-dirs.dirs".source = ./config/user-dirs.dirs; home.file.".local/bin/unblock-pipewire.sh".source = ./bin/unblock-pipewire.sh; @@ -64,6 +65,8 @@ pavucontrol fzf btop + gimp + rofi (pkgs.writeShellApplication { name = "ns"; @@ -84,7 +87,7 @@ x = 10; y = 10; }; - opacity = 1; + opacity = 0.73; }; font = { normal = { @@ -111,9 +114,12 @@ services.hyprpaper = { enable = true; settings = { + preload = [ + "~/images/wallpaper.png" + ]; wallpaper = [ { - monitor = "auto"; + monitor = ""; path = "~/images/wallpaper.png"; } ]; -- cgit v1.2.3