mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
..
This commit is contained in:
parent
bad34bdf6f
commit
db77840694
3 changed files with 7 additions and 0 deletions
|
|
@ -54,6 +54,8 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
# The "name" in nixosConfigurations.${name} should match the `hostname`
|
||||
#
|
||||
nixosConfigurations.p71 = mkHomeMachine
|
||||
./hosts/p71.nix
|
||||
[
|
||||
|
|
|
|||
4
home.nix
4
home.nix
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue