summaryrefslogtreecommitdiff
path: root/nixos/home.nix
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-06-07 12:38:05 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-06-07 12:38:05 +0200
commit0f0e252fc0fe134c202536935ea30af3d220d828 (patch)
treee1dc02249c0f3e601b979d4f76928004081eaa1a /nixos/home.nix
parentf4977db08909fcc78c7a5c7cedaa17668ab3e0f0 (diff)
add wallpaper and rofi
Diffstat (limited to 'nixos/home.nix')
-rw-r--r--nixos/home.nix10
1 files changed, 8 insertions, 2 deletions
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";
}
];