feat: Changes to steamdeck configs
This commit is contained in:
17
steamdeck/default.nix
Normal file
17
steamdeck/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [./tailscale.nix];
|
||||
programs = {home-manager.enable = true;};
|
||||
home = {
|
||||
username = "deck";
|
||||
homeDirectory = "/home/deck";
|
||||
packages = with pkgs; [
|
||||
_1password-cli
|
||||
tailscale
|
||||
];
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
6
steamdeck/tailscale.nix
Normal file
6
steamdeck/tailscale.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
}: {
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user