From 98bd1b5f8bc8298e9cf1ebdb8ad87b68670a91a3 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 1 Feb 2025 21:40:17 +0100 Subject: [PATCH] refactor --- modules/base-minimal.nix | 8 +------- modules/base.nix | 8 ++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/modules/base-minimal.nix b/modules/base-minimal.nix index c99369e..8e3d095 100644 --- a/modules/base-minimal.nix +++ b/modules/base-minimal.nix @@ -5,15 +5,9 @@ ./btrfsFileSystems.nix ./btrfsMounts.nix - # Shell settings. - ./bash.nix # bash settings. - ./zsh.nix # zsh as default shell for yoda and root. - ./fzf.nix # Fuzzy command history and file search. - # nixpkgs config - ./home-manager.nix ./nur-and-unstable.nix - # Helper + # nixpkgs config helper ./unfree.nix ]; diff --git a/modules/base.nix b/modules/base.nix index f6eeda7..ef88b49 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -12,6 +12,14 @@ ./dns.nix # Encrypted DNS queries to custom name servers. #./dns-unencrypted.nix # Custom name servers. + # Shell settings. + ./bash.nix # bash settings. + ./zsh.nix # zsh as default shell for yoda and root. + ./fzf.nix # Fuzzy command history and file search. + + # nixpkgs config + ./home-manager.nix + # Nix garbage collection. ./nix-gc.nix # Display contact information during boot.