add icecube and git config
This commit is contained in:
parent
e767060559
commit
8a9b1f2529
8 changed files with 70 additions and 30 deletions
12
hosts/icecube/home.nix
Normal file
12
hosts/icecube/home.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
home.username = "jonathan";
|
||||
home.homeDirectory = "/home/jonathan";
|
||||
|
||||
imports = [
|
||||
../../programs/nvim
|
||||
../../programs/zsh
|
||||
../../programs/tmux
|
||||
../../programs/git
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue