pkgs: Hyprpanel

This commit is contained in:
2024-11-23 03:18:00 +03:00
parent c8fbca6b4d
commit d80b5ea895
3 changed files with 105 additions and 18 deletions

View File

@ -11,6 +11,7 @@
ayugram-desktop.url = "github:/ayugram-port/ayugram-desktop/release?submodules=1";
tlock.url = "git+https://github.com/eklairs/tlock?submodules=1";
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
hyprland.url = "github:hyprwm/Hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
@ -23,12 +24,13 @@
};
};
outputs = { self, nixpkgs, nixpkgs-stable, home-manager, ... }@inputs:
let
system = "x86_64-linux";
in {
outputs = { self, nixpkgs, nixpkgs-stable, home-manager, ... }@inputs: let
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
overlays = [ inputs.hyprpanel.overlay ];
};
in {
nixosConfigurations = {
Rias = nixpkgs.lib.nixosSystem {
specialArgs = {
@ -75,7 +77,7 @@
homeConfigurations = {
sweetbread = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
pkgs-stable = import nixpkgs-stable {
@ -92,7 +94,7 @@
};
chest = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
pkgs-stable = import nixpkgs-stable {