Secure boot misbehaves
This commit is contained in:
parent
3fe247961f
commit
cb3beda6b0
2 changed files with 17 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
./irc.nix
|
./irc.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./secure-boot.nix
|
|
||||||
./zfs.nix
|
./zfs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
17
modules/desktop-software.nix
Normal file
17
modules/desktop-software.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue