add localsend, update flake lock
This commit is contained in:
parent
ffe92b7d1b
commit
a9a807ea0a
4 changed files with 86 additions and 75 deletions
|
|
@ -222,6 +222,11 @@
|
|||
# nix-index.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
|
||||
localsend = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
};
|
||||
|
||||
networking.hostName = "GLaDOS";
|
||||
virtualisation.waydroid.enable = true;
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue