This commit is contained in:
Sridhar Ratnakumar 2021-09-04 20:22:59 -04:00
parent bad34bdf6f
commit db77840694
3 changed files with 7 additions and 0 deletions

View file

@ -54,6 +54,8 @@
};
in
{
# The "name" in nixosConfigurations.${name} should match the `hostname`
#
nixosConfigurations.p71 = mkHomeMachine
./hosts/p71.nix
[

View file

@ -35,9 +35,13 @@ rec {
fzf
aria2
# ^ easy to forget these; write SRS?
hledger
hledger-web
# latex
# texlive.combined.scheme-full
git-remote-gcrypt
nodePackages.mermaid-cli

View file

@ -65,6 +65,7 @@
services.xserver.enable = true;
services.openssh.enable = true;
services.fprintd.enable = true;
services.logind.lidSwitchDocked = "suspend";
users.users.srid = {
isNormalUser = true;