mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
edited mpv profiles, added musnix
had to fix conflicts between various files
This commit is contained in:
parent
9aee0471cf
commit
d455f66036
3 changed files with 25 additions and 7 deletions
|
@ -50,6 +50,9 @@
|
|||
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
musnix = {
|
||||
url = "github:musnix/musnix";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -65,6 +68,7 @@
|
|||
nix-flatpak,
|
||||
home-manager,
|
||||
zen-browser,
|
||||
musnix,
|
||||
lix-module,
|
||||
...
|
||||
}@inputs:
|
||||
|
@ -106,6 +110,7 @@
|
|||
./hosts/goober/configuration.nix
|
||||
lix-module.nixosModules.default
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
musnix.nixosModules.musnix
|
||||
catppuccin.nixosModules.catppuccin
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue