This commit is contained in:
2025-09-20 18:42:57 +01:00
parent 8bd0b65df7
commit 951475157b
9 changed files with 108 additions and 28 deletions

View File

@@ -9,19 +9,23 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{ nixpkgs, home-manager, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
pkgs = import nixpkgs { inherit system; config = { allowUnfree = true; }; };
in
{
homeConfigurations."doloro" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
inherit inputs system;
};
# Specify your home configuration modules here, for example,