fix: update hyprland packages and deduplicate
This commit is contained in:
@@ -21,13 +21,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
hyprshot
|
|
||||||
hyprlock
|
|
||||||
hypridle
|
|
||||||
hyprpolkitagent
|
|
||||||
waybar
|
|
||||||
wofi
|
|
||||||
mako
|
|
||||||
sassc
|
sassc
|
||||||
nwg-look
|
nwg-look
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
trusted-users = ["@wheel"];
|
trusted-users = ["@wheel"];
|
||||||
|
|
||||||
substituters = ["https://hyprland.cachix.org" "https://nix.dogar.dev"];
|
substituters = ["https://hyprland.cachix.org" "https://nix.dogar.dev"];
|
||||||
|
trusted-substituters = ["https://hyprland.cachix.org"];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -2,14 +2,20 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.hyprland = {
|
programs = {
|
||||||
enable = true;
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
xwayland.enable = true;
|
||||||
|
systemd.setPath.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
hyprlock.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.hypridle.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprlock
|
|
||||||
hypridle
|
|
||||||
hyprpolkitagent
|
hyprpolkitagent
|
||||||
mako
|
mako
|
||||||
waybar
|
waybar
|
||||||
|
|||||||
Reference in New Issue
Block a user