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;
};
stateVersion = "24.05";
stateVersion = "24.11";
};
# Let Home Manager install and manage itself.

View File

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

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

View File

View File

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