mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Replaced Steam with Millennium
This commit is contained in:
@@ -27,16 +27,20 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
millennium.url = "git+https://github.com/SteamClientHomebrew/Millennium";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, nixvim, hyprland, ... }@inputs:
|
||||
outputs = { self, nixpkgs, home-manager, nixvim, millennium, hyprland, ... }@inputs:
|
||||
let
|
||||
overlays = [];
|
||||
overlays = [
|
||||
millennium.overlays.default
|
||||
];
|
||||
personalEmail = "patrickcanal3@gmail.com";
|
||||
mkSystem = import ./lib/mksystem.nix {
|
||||
inherit
|
||||
overlays
|
||||
nixvim
|
||||
millennium
|
||||
inputs;
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user