base: add existing config
This commit is contained in:
commit
f3b5d32942
34 changed files with 437 additions and 0 deletions
14
home-manager/home.nix
Normal file
14
home-manager/home.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./packages/packages.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.username = "luxzi";
|
||||
home.homeDirectory = "/home/luxzi";
|
||||
home.stateVersion = "24.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue