summaryrefslogtreecommitdiff
path: root/modules/profiles/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-25 22:16:47 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-25 22:16:47 +0300
commit364e8a98ad25127f2a51696ec03729e3a783044f (patch)
tree1ac46553d1dca1259da539eddc7db100eaf5c137 /modules/profiles/default.nix
parente2f999ec2a3dd7e9a52c7e2fadfe96976b5aee53 (diff)
2024-05-25
Diffstat (limited to 'modules/profiles/default.nix')
-rw-r--r--modules/profiles/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/modules/profiles/default.nix b/modules/profiles/default.nix
index 5edfd7a..6967cb7 100644
--- a/modules/profiles/default.nix
+++ b/modules/profiles/default.nix
@@ -36,12 +36,15 @@ in
eza.enable = true;
htop.enable = true;
tmux.enable = true;
- vim.enable = true;
};
- programs.less = {
- enable = true;
- envVariables.LESSHISTFILE = "-";
+ programs = {
+ less = {
+ enable = true;
+ envVariables.LESSHISTFILE = "-";
+ };
+
+ nano.enable = false;
};
time.timeZone = "Europe/Moscow";