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/editors/helix.nix | 5 ++--- hm/editors/nixvim.nix | 6 ++---- hm/editors/nvf.nix | 5 ++--- 3 files changed, 6 insertions(+), 10 deletions(-) (limited to 'hm/editors') diff --git a/hm/editors/helix.nix b/hm/editors/helix.nix index 05412a8..d20db0e 100644 --- a/hm/editors/helix.nix +++ b/hm/editors/helix.nix @@ -1,10 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.szpont.hm.editors.helix; + cfg = config.hm.editors.helix; in { - options.szpont.hm.editors.helix.enable = lib.mkEnableOption "enables helix editor"; - + options.hm.editors.helix.enable = lib.mkEnableOption "enables helix editor"; config = lib.mkIf cfg.enable { programs.helix = { enable = true; diff --git a/hm/editors/nixvim.nix b/hm/editors/nixvim.nix index a80a674..b4d24a7 100644 --- a/hm/editors/nixvim.nix +++ b/hm/editors/nixvim.nix @@ -1,14 +1,12 @@ { inputs, config, lib, pkgs, ... }: let - cfg = config.szpont.hm.editors.nixvim; + cfg = config.hm.editors.nixvim; in { imports = [ inputs.nixvim.homeModules.nixvim ]; - options.szpont.hm.editors.nixvim.enable = lib.mkEnableOption "enables nixvim config framework"; - + options.hm.editors.nixvim.enable = lib.mkEnableOption "enables nixvim config framework"; config = lib.mkIf cfg.enable { - programs.nixvim = { enable = true; package = inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default; diff --git a/hm/editors/nvf.nix b/hm/editors/nvf.nix index 91348a9..6da28fe 100644 --- a/hm/editors/nvf.nix +++ b/hm/editors/nvf.nix @@ -1,10 +1,9 @@ { inputs, config, lib, pkgs, ... }: let - cfg = config.szpont.hm.editors.nvf; + cfg = config.hm.editors.nvf; in { - options.szpont.hm.editors.nvf.enable = lib.mkEnableOption "enables nvf configuration framework"; - + options.hm.editors.nvf.enable = lib.mkEnableOption "enables nvf configuration framework"; config = lib.mkIf cfg.enable { programs.nvf = { enable = true; -- cgit v1.3