init
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
5e3715f8f7
commit
f10401c187
1 changed files with 21 additions and 0 deletions
21
home/yt/pancake.nix
Normal file
21
home/yt/pancake.nix
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./common.nix
|
||||||
|
];
|
||||||
|
home = {
|
||||||
|
username = "yt";
|
||||||
|
homeDirectory = "/home/yt";
|
||||||
|
stateVersion = "25.05";
|
||||||
|
};
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
attic-server
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue