Split user configuration
This commit is contained in:
parent
eae3e9544c
commit
b227b7cb19
6 changed files with 25 additions and 23 deletions
15
home.nix
15
home.nix
|
@ -1,15 +0,0 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
neofetch
|
||||
pass
|
||||
zsh
|
||||
];
|
||||
|
||||
username = "functionalhacker";
|
||||
homeDirectory = "/home/functionalhacker";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue