chore: reworked some shit

This commit is contained in:
Patrick 2023-10-06 23:46:48 +02:00
parent 7eba9a91c3
commit 7fa428beb2
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
5 changed files with 13 additions and 7 deletions

View file

@ -98,6 +98,9 @@
If you want to be able to boot microsoft signed images append `--microsoft` If you want to be able to boot microsoft signed images append `--microsoft`
1. Time to reboot and pray 1. Time to reboot and pray
TPM keys
`systemd-cryptenroll --tpm2-pcrs=7+8+9 --tpm2-with-pin={yes/no} --tpm2-device=auto <device>`
## Deploy ## Deploy

View file

@ -1,5 +1,8 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = [pkgs.xclip]; home.packages = [
pkgs.xclip
pkgs.xdragon
];
imports = [ imports = [
../. ../.
./rofi.nix ./rofi.nix

View file

@ -9,15 +9,9 @@
]; ];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
thunderbird
signal-desktop
chromium
xdragon
xournalpp
zathura zathura
pinentry pinentry
feh feh
galaxy-buds-client
mpv mpv
]; ];
}; };

View file

@ -2,6 +2,7 @@
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
pinentryFlavor = "qt";
}; };
programs.gpg = { programs.gpg = {

View file

@ -5,6 +5,11 @@
nextcloud-client nextcloud-client
discord discord
netflix netflix
xournalpp
galaxy-buds-client
thunderbird
signal-desktop
chromium
]; ];
}; };
} }