[feat] Update nixpkgs and apply patch to anyrun

This commit is contained in:
uttarayan21
2024-03-20 01:19:18 +05:30
parent e473dd6f83
commit dc910e4249
4 changed files with 89 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs, ... }: {
imports = [ ../modules/hyprpaper.nix ];
{ pkgs, inputs, ... }: {
imports = [ ../modules/hyprpaper.nix inputs.hyprlock.homeManagerModules.hyprlock ];
programs.hyprpaper =
let wallpapers = import ../utils/wallhaven.nix { inherit pkgs; };
in {
@@ -12,6 +13,9 @@
"DP-1" = wallpapers.shapes;
};
};
programs.hyprlock = {
enable = true;
};
wayland.windowManager.hyprland = {
enable = true;