guh
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, username, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
config.hjem.users.username.rum.programs.git = {
|
||||
enable = true;
|
||||
userName = "poslop";
|
||||
userEmail = "poslop@archfox.org";
|
||||
settings = {
|
||||
user = {
|
||||
name = "poslop";
|
||||
email = "poslop@archfox.org";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, username, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hjem.users.username.packages = with pkgs; [
|
||||
git
|
||||
zsh
|
||||
neofetch
|
||||
@@ -11,5 +11,6 @@
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
foot
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
programs.zsh = {
|
||||
config.hjem.users.username.rum.programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user