Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 6f3b517de4 rebuilding minimised nix files 2026-03-02 19:24:46 +01:00
henrov d26adc3e1b added
hyprland.url = "github:hyprwm/Hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
2026-03-02 19:24:39 +01:00
3 changed files with 311 additions and 296 deletions
+301 -296
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -664,6 +664,11 @@ The inputs for my system's configuration are very simple
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-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
}; };
<<flake-outputs>> <<flake-outputs>>
} }
+5
View File
@@ -18,6 +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-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
}; };
outputs = inputs@{ outputs = inputs@{
nixpkgs, nixpkgs,