add icecube and git config

This commit is contained in:
Jonathan Dönszelmann 2024-09-17 10:10:18 +02:00
parent e767060559
commit 8a9b1f2529
No known key found for this signature in database
8 changed files with 70 additions and 30 deletions

12
hosts/icecube/home.nix Normal file
View 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
];
}