Add back steam deck, again?

This commit is contained in:
Jimbo 2024-11-22 20:28:52 -05:00
parent 87c2558155
commit c0ff4c64e5
24 changed files with 296 additions and 143 deletions

View file

@ -8,9 +8,9 @@
openssh.authorizedKeys.keys = [
(builtins.readFile ../../../../../hosts/tower/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/axolotl/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/lacros/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/redmond/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/pomme/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/kitty/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/xenia/id_ed25519.pub)

View file

@ -33,6 +33,7 @@
files = [
".zsh_history"
".local/share/clipman.json"
".local/state/lazygit/state.yml"
".local/share/applications" # Create this so nothing gets generated inside of it
];

View file

@ -20,7 +20,7 @@
# Advertise to Windows
samba-wsdd = {
enable = true;
enable = config.system.server.enable;
openFirewall = true;
};
};