WIP
This commit is contained in:
parent
b68f8c664b
commit
da35394474
5 changed files with 116 additions and 1 deletions
|
|
@ -1,27 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "dennis";
|
||||
home.homeDirectory = "/home/dennis";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
zip
|
||||
unzip
|
||||
ripgrep
|
||||
fzf
|
||||
iotop
|
||||
iftop
|
||||
just
|
||||
mmv-go
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Dennis Schoepf";
|
||||
userEmail = "me@dnsc.io";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue