From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- hm/shell/cli.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hm/shell/cli.nix') diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix index 222b002..60e78db 100644 --- a/hm/shell/cli.nix +++ b/hm/shell/cli.nix @@ -1,10 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.szpont.hm.shell.cli; + cfg = config.hm.shell.cli; in { - options.szpont.hm.shell.cli.enable = lib.mkEnableOption "modern cli tools"; - + options.hm.shell.cli.enable = lib.mkEnableOption "modern cli tools"; config = lib.mkIf cfg.enable { programs.zoxide.enable = true; programs.zoxide.options = [ "--cmd cd" ]; @@ -24,7 +23,6 @@ in programs.fastfetch.enable = true; home.packages = with pkgs; [ - gdu file mediainfo chafa -- cgit v1.3