feat: add stretchly
This commit is contained in:
parent
80cfc0a9f0
commit
59a28dfc4b
2 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
wlp41s0.useDHCP = true;
|
wlp41s0.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users.infinidoge = { profiles, ... }: {
|
||||||
|
imports = with profiles; [ stretchly ];
|
||||||
|
};
|
||||||
|
|
||||||
# services.minecraft-servers = {
|
# services.minecraft-servers = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# openFirewall = true;
|
# openFirewall = true;
|
||||||
|
|
3
users/profiles/stretchly.nix
Normal file
3
users/profiles/stretchly.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [ stretchly ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue