Initial commit
This commit is contained in:
17
home/profiles/common.nix
Normal file
17
home/profiles/common.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
samfelag.modules = {
|
||||
|
||||
shell = {
|
||||
enable = true;
|
||||
zsh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
dev.git.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user