summaryrefslogtreecommitdiff
path: root/modules/profiles/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-06-24 11:10:21 +0300
committerAzat Bahawi <azat@bahawi.net>2024-06-24 11:10:21 +0300
commit75918debfd7245d90478f882b0323a705ab3c7be (patch)
tree26b8f0ab5a3e4d7c61963fa96d57250e5ddc9a7d /modules/profiles/default.nix
parent9eb603b80a3d823acfc20c42f777ea26436ca137 (diff)
2024-06-24
Diffstat (limited to 'modules/profiles/default.nix')
-rw-r--r--modules/profiles/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/profiles/default.nix b/modules/profiles/default.nix
index 9e99938..61f93b9 100644
--- a/modules/profiles/default.nix
+++ b/modules/profiles/default.nix
@@ -36,6 +36,7 @@ in
eza.enable = true;
htop.enable = true;
tmux.enable = true;
+ vim.enable = true;
};
programs = {
@@ -47,8 +48,6 @@ in
nano.enable = false;
};
- time.timeZone = "Europe/Moscow";
-
environment.systemPackages = with pkgs; [
cryptsetup
file