summaryrefslogtreecommitdiff
path: root/home-modules/apps/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
commitd2b6cf44a3277fd5d04bc10110d344827217e24e (patch)
tree6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /home-modules/apps/default.nix
parentee7b1d28e41a5ef25686ae1efc58b862e282813a (diff)
nixfmt
Diffstat (limited to '')
-rw-r--r--home-modules/apps/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix
index aa7c010..ece0543 100644
--- a/home-modules/apps/default.nix
+++ b/home-modules/apps/default.nix
@@ -3,7 +3,7 @@
pkgs,
inputs,
config,
- hostconfig,
+ hostconfig,
...
}:
with lib;
@@ -57,9 +57,9 @@ in
home.packages = with pkgs; [
lm_sensors
nix-output-monitor
- ripgrep
- unzip
- iputils
+ ripgrep
+ unzip
+ iputils
inetutils
htop
git
@@ -88,13 +88,13 @@ in
xdg-user-dirs
zsh
file
- bat
+ bat
jq
];
})
(lib.mkIf cfg.browser.enable {
home.packages = with pkgs; [
- lynx
+ lynx
];
})
(lib.mkIf cfg.note-taking.enable {
@@ -108,8 +108,8 @@ in
];
})
(lib.mkIf cfg.dev.enable {
- homeapps.nvim = {
- enable = true;
+ homeapps.nvim = {
+ enable = true;
lsp = true;
};
home.packages = with pkgs; [