add gamer environment, fix sunshine
This commit is contained in:
parent
ea38b66b82
commit
81b226d1b3
6 changed files with 77 additions and 27 deletions
|
@ -39,7 +39,7 @@
|
|||
flake = false;
|
||||
};
|
||||
sunshine = {
|
||||
url = "git+ssh://git@github.com/loki-47-6F-64/sunshine.git";
|
||||
url = "git+ssh://git@github.com/loki-47-6F-64/sunshine.git?submodules=true";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
@ -60,6 +60,7 @@
|
|||
colors = import ./home-manager/modules/colors.nix inputs;
|
||||
fonts = import ./home-manager/modules/fonts.nix;
|
||||
gaming = import ./home-manager/modules/gaming.nix inputs;
|
||||
gamerenv = import ./home-manager/modules/gamerenv.nix;
|
||||
all = import ./home-manager/modules/default.nix inputs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue