wip: home stuff
This commit is contained in:
parent
b6653cee0b
commit
39afe2d114
@ -50,7 +50,7 @@ in {
|
||||
size = 22;
|
||||
};
|
||||
|
||||
stateVersion = "24.05";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
@ -1,4 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
nnn # terminal file manager
|
||||
|
||||
|
0
home/packages/server.nix
Normal file
0
home/packages/server.nix
Normal file
0
home/packages/workstation.nix
Normal file
0
home/packages/workstation.nix
Normal file
@ -22,7 +22,6 @@
|
||||
|
||||
# top alias
|
||||
top = "btm";
|
||||
htop = "btm";
|
||||
};
|
||||
|
||||
functions = {
|
||||
@ -70,7 +69,6 @@
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
|
Loading…
Reference in New Issue
Block a user