Generate flake and wire up default config
This commit is contained in:
20
users/jordan/home.nix
Normal file
20
users/jordan/home.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.username = "jordan";
|
||||
home.homeDirectory = "/home/jordan";
|
||||
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
firefox-wayland
|
||||
git
|
||||
pass
|
||||
neovim
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user