Add NixOS config
This commit is contained in:
commit
6020d64797
43 changed files with 1372 additions and 0 deletions
15
home-manager/home.nix
Normal file
15
home-manager/home.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./modules/bundle.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "zeph";
|
||||
homeDirectory = "/home/zeph";
|
||||
stateVersion = "25.05";
|
||||
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue