This commit is contained in:
2025-01-11 22:38:56 +02:00
parent a6c44834d1
commit 9a8440e26e
2 changed files with 14 additions and 9 deletions

8
flake.lock generated
View File

@@ -508,14 +508,14 @@
"locked": { "locked": {
"lastModified": 1736593231, "lastModified": 1736593231,
"narHash": "sha256-WVSMaMoLcVqBjLviw3M19Fu+za/jKDrO8p2GeMWlcCc=", "narHash": "sha256-WVSMaMoLcVqBjLviw3M19Fu+za/jKDrO8p2GeMWlcCc=",
"owner": "Jas-SinghFSU", "owner": "jas-singhfsu",
"repo": "HyprPanel", "repo": "hyprpanel",
"rev": "db3fa88d18452d87370103af82aec424515c1d3e", "rev": "db3fa88d18452d87370103af82aec424515c1d3e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Jas-SinghFSU", "owner": "jas-singhfsu",
"repo": "HyprPanel", "repo": "hyprpanel",
"type": "github" "type": "github"
} }
}, },

View File

@@ -8,10 +8,9 @@
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo"; hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo";
ghostty.url = "github:ghostty-org/ghostty"; ghostty.url = "github:ghostty-org/ghostty";
hyprpanel = {
url = "github:Jas-SinghFSU/HyprPanel"; hyprpanel.url = "github:jas-singhfsu/hyprpanel";
inputs.nixpkgs.follows = "nixpkgs"; hyprpanel.inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
@@ -28,8 +27,14 @@
outputs = { self, nixpkgs, ... }@inputs: { outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations.default = nixpkgs.lib.nixosSystem { nixosConfigurations.default = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;}; specialArgs = {
inherit system;
inherit inputs;
};
modules = [ modules = [
{
nixpkgs.overlays = [inputs.hyprpanel.overlay];
}
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
inputs.catppuccin.nixosModules.catppuccin inputs.catppuccin.nixosModules.catppuccin
inputs.nix-flatpak.nixosModules.nix-flatpak inputs.nix-flatpak.nixosModules.nix-flatpak