mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add shabitica
This commit is contained in:
parent
b25661517c
commit
d06b8c3968
2 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:danth/stylix";
|
||||||
|
|
||||||
nix-minecraft.url = "git+ssh://git@codeberg.org/nix-astral/nix-minecraft.git";
|
nix-minecraft.url = "git+ssh://git@codeberg.org/nix-astral/nix-minecraft.git";
|
||||||
|
shabitica.url = "github:lomenzel/shabitica";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs, home-manager, stylix, ... }:
|
outputs = inputs@{ nixpkgs, home-manager, stylix, ... }:
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ in {
|
||||||
# Hardware
|
# Hardware
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
inputs.shabitica.nixosModules."x86_64-linux".default
|
||||||
];
|
];
|
||||||
|
|
||||||
# System
|
# System
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue