mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
basic config
This commit is contained in:
parent
a489aa344a
commit
dd508cb134
6 changed files with 465 additions and 0 deletions
17
home/him.nix
Normal file
17
home/him.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... } :
|
||||
{
|
||||
home.username = "him";
|
||||
home.homeDirectory = "/home/him";
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
programs.git.enable = true;
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ll = "ls -lha";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue