rebuilding minimised nix files
This commit is contained in:
+308
-308
File diff suppressed because it is too large
Load Diff
@@ -18,11 +18,11 @@ zen-browser = {
|
|||||||
url = "github:youwen5/zen-browser-flake";
|
url = "github:youwen5/zen-browser-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
# hyprland-plugins = {
|
hyprland-plugins = {
|
||||||
# url = "github:hyprwm/hyprland-plugins";
|
url = "github:hyprwm/hyprland-plugins";
|
||||||
# inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{ config, lib, pkgs, flakeRoot, ... }:
|
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ jq ];
|
home.packages = with pkgs; [ jq ];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.hyprlandPlugins.hyprscrolling
|
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
|
||||||
pkgs.hyprlandPlugins.hyprspace
|
hyprscrolling
|
||||||
# pkgs.hyprlandPlugins.hyprsunset
|
hyprspace
|
||||||
pkgs.hyprlandPlugins.HyprEasymotion
|
hyprsunset
|
||||||
|
HyprEasymotion
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user