mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
tried stuff out with moonlight, doesnt seem to work
This commit is contained in:
parent
da022b899f
commit
f5bab74dfa
5 changed files with 185 additions and 50 deletions
|
@ -59,6 +59,10 @@
|
|||
musnix = {
|
||||
url = "github:musnix/musnix";
|
||||
};
|
||||
moonlight = {
|
||||
url = "github:moonlight-mod/moonlight/develop"; # Add `/develop` to the flake URL to use nightly.
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -76,6 +80,7 @@
|
|||
zen-browser,
|
||||
musnix,
|
||||
lix-module,
|
||||
moonlight,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -126,6 +131,7 @@
|
|||
imports = [
|
||||
./home-manager/home.nix
|
||||
catppuccin.homeModules.catppuccin
|
||||
moonlight.homeModules.default
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
|
@ -153,6 +159,7 @@
|
|||
imports = [
|
||||
./home-manager/home.nix
|
||||
catppuccin.homeModules.catppuccin
|
||||
moonlight.homeModules.default
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue