diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-15 12:45:02 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-15 12:45:02 +0300 |
commit | a75acfb7ef640c2367d4547b0f479e7acaad9017 (patch) | |
tree | 253afd11564269b1812c96bf3518a8aab9d4597c /modules/common/profiles/headful.nix | |
parent | 2023-07-13 (diff) |
2023-07-15
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index 968b287..a1bb7d6 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -21,6 +21,7 @@ in { mpv.enable = true; openssh.client.enable = true; password-store.enable = true; + vscode.enable = true; }; hm = { |