diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 7a50ef9..13aeb2d 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -93,6 +93,7 @@ exec-once = [ "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data + "keepassxc" # Startup my password manager ]; monitor = [ diff --git a/modules/nixos/background.png b/modules/nixos/background.png new file mode 100644 index 0000000..e14f628 Binary files /dev/null and b/modules/nixos/background.png differ diff --git a/modules/nixos/stylix.nix b/modules/nixos/stylix.nix index 46cccf6..eda7f62 100644 --- a/modules/nixos/stylix.nix +++ b/modules/nixos/stylix.nix @@ -12,7 +12,7 @@ # Enable sytling using stylix stylix.enable = true; stylix.autoEnable = true; - stylix.image = ./wallpaper.png; + stylix.image = ./background.png; stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml"; # Change Cursor