separate into machine and user specific profiles
This commit is contained in:
parent
7d9fe63a4a
commit
3849967624
6 changed files with 95 additions and 49 deletions
14
home/fossil.nix
Normal file
14
home/fossil.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.username = "fossil";
|
||||
home.homeDirectory = "/home/fossil";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cmus
|
||||
zellij
|
||||
steam
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue