rebuilding minimised nix files
This commit is contained in:
+302
-302
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,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.hyprlandPlugins.hyprscrolling
|
plugins = [ pkgs.hyprlandPlugins.hyprscrolling
|
||||||
pkgs.hyprlandPlugins.hyprspace
|
pkgs.hyprlandPlugins.hyprspace
|
||||||
pkgs.hyprlandPlugins.hyprsunset
|
# pkgs.hyprlandPlugins.hyprsunset
|
||||||
pkgs.hyprlandPlugins.HyprEasymotion
|
pkgs.hyprlandPlugins.HyprEasymotion
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user