incorporating hyprland into nix

This commit is contained in:
cnst
2024-07-29 18:54:22 +02:00
parent 6a92ece29e
commit 1dfd8be82d
11 changed files with 353 additions and 44 deletions

View File

@@ -77,6 +77,10 @@ in {
pkiBundle = "/etc/secureboot";
};
users.users.cnst.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGe3s7WbaM0aZTYHCE1ugiG/SxFXLSbWcLAWceFotpuh toothpick@nixos"
];
environment.sessionVariables = {
FLAKE = "/home/cnst/.nix-config";
};