This commit is contained in:
Daniel Langbein 2025-02-01 21:40:17 +01:00
parent 90b5828e56
commit 98bd1b5f8b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 9 additions and 7 deletions

View File

@ -5,15 +5,9 @@
./btrfsFileSystems.nix ./btrfsFileSystems.nix
./btrfsMounts.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 # nixpkgs config
./home-manager.nix
./nur-and-unstable.nix ./nur-and-unstable.nix
# Helper # nixpkgs config helper
./unfree.nix ./unfree.nix
]; ];

View File

@ -12,6 +12,14 @@
./dns.nix # Encrypted DNS queries to custom name servers. ./dns.nix # Encrypted DNS queries to custom name servers.
#./dns-unencrypted.nix # 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 garbage collection.
./nix-gc.nix ./nix-gc.nix
# Display contact information during boot. # Display contact information during boot.