wip: home stuff

This commit is contained in:
Wyatt J. Miller 2024-12-18 20:09:28 -05:00
parent b6653cee0b
commit 39afe2d114
5 changed files with 6 additions and 4 deletions

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 = ''