Secure boot misbehaves

This commit is contained in:
Grigory Shipunov 2023-04-29 23:47:19 +02:00
parent 3fe247961f
commit cb3beda6b0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 17 additions and 1 deletions

View file

@ -5,7 +5,6 @@
./irc.nix ./irc.nix
./network.nix ./network.nix
./secrets.nix ./secrets.nix
./secure-boot.nix
./zfs.nix ./zfs.nix
]; ];

View file

@ -0,0 +1,17 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tdesktop
fluffychat
dino
signal-desktop
inkscape
gimp
blender
kicad
wl-clipboard
firefox-wayland
tor-browser-bundle-bin
ffmpeg-full
];
}