update wallpaper and remove nixy-wallpaper input
This commit is contained in:
parent
8c7a786456
commit
491b417827
@ -23,13 +23,8 @@
|
|||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixy-wallpapers = {
|
|
||||||
url = "github:anotherhadi/nixy-wallpapers";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
hyprland.url = "github:/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "github:/hyprwm/Hyprland?submodules=1";
|
||||||
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
||||||
hyprsunset.url = "github:hyprwm/hyprsunset";
|
|
||||||
hyprpanel = {
|
hyprpanel = {
|
||||||
url = "github:Jas-SinghFSU/HyprPanel";
|
url = "github:Jas-SinghFSU/HyprPanel";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -40,7 +35,8 @@
|
|||||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
zen-browser.url =
|
||||||
|
"git+https://git.sr.ht/~canasta/zen-browser-flake/"; # updated flake
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs, ... }: {
|
outputs = inputs@{ nixpkgs, ... }: {
|
||||||
|
|||||||
@ -29,7 +29,6 @@ let
|
|||||||
";Collect Garbage;nixy gc"
|
";Collect Garbage;nixy gc"
|
||||||
";Clean Boot Menu;nixy cb"
|
";Clean Boot Menu;nixy cb"
|
||||||
";Hyprland Keybindings;nvim ${configDirectory}/docs/KEYBINDINGS-HYPRLAND.md"
|
";Hyprland Keybindings;nvim ${configDirectory}/docs/KEYBINDINGS-HYPRLAND.md"
|
||||||
";Wallpapers;nvim ${inputs.nixy-wallpapers}/docs/MOBILE-VIEW.md"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Apply default icons if empty:
|
# Apply default icons if empty:
|
||||||
|
|||||||
@ -64,7 +64,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = inputs.nixy-wallpapers + "/wallpapers/dark.png";
|
image = pkgs.fetchurl {
|
||||||
|
url =
|
||||||
|
"https://www.pixelstalk.net/wp-content/uploads/image12/A-charming-vintage-wallpaper-design-featuring-clusters-of-wild-roses-in-soft-hues-of-pink-blue-and-green.jpg";
|
||||||
|
hash = "sha256-NVZwXG65Bg/qLWoe7fp1175/oiwp5XRRs+HbuWT5SLM=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user