Modularizing system configuration #3

Merged
wymiller merged 10 commits from modular into master 2024-12-27 00:27:25 -06:00
5 changed files with 6 additions and 4 deletions
Showing only changes of commit 39afe2d114 - Show all commits

View File

@ -50,7 +50,7 @@ in {
size = 22; size = 22;
}; };
stateVersion = "24.05"; stateVersion = "24.11";
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@ -1,4 +1,8 @@
{pkgs, ...}: { {
lib,
pkgs,
...
}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
nnn # terminal file manager nnn # terminal file manager

0
home/packages/server.nix Normal file
View File

View File

View File

@ -22,7 +22,6 @@
# top alias # top alias
top = "btm"; top = "btm";
htop = "btm";
}; };
functions = { functions = {
@ -70,7 +69,6 @@
''; '';
}; };
programs.bash = { programs.bash = {
enable = true; enable = true;
initExtra = '' initExtra = ''