summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-06-07 11:56:30 -0500
committerChristian <[email protected]>2026-06-07 11:56:30 -0500
commitbe276fb33d3dcd5cf6296cb1e8bcdf599f5f73ca (patch)
tree10e719aa6d9889713635fbfbae686601dc2cfba2 /modules
parent9a21de7a3264519e5e4e2302b472751de023bf22 (diff)
Windows 11 VM RDP
Diffstat (limited to 'modules')
-rw-r--r--modules/home/dev.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/dev.nix b/modules/home/dev.nix
index f7eb1a9..9bbe9df 100644
--- a/modules/home/dev.nix
+++ b/modules/home/dev.nix
@@ -16,6 +16,7 @@
nixfmt
];
+ services.remmina.enable = true;
programs.claude-code.enable = true;
programs.uv.enable = true;
home.sessionPath = [ "$HOME/.local/bin" ];