summaryrefslogtreecommitdiff
path: root/nixos/home.nix
diff options
context:
space:
mode:
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";
}
];