config
This commit is contained in:
parent
79238982c6
commit
26e096f020
3 changed files with 111 additions and 11 deletions
|
@ -1,7 +1,5 @@
|
|||
{ nix-flatpak, lib, pkgs, inputs, ... }:
|
||||
{ nix-flatpak, lib, pkgs, inputs, affinity-nix, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gnupg
|
||||
|
@ -29,17 +27,42 @@
|
|||
pass
|
||||
dconf
|
||||
|
||||
gnutils
|
||||
gcc
|
||||
gnutls
|
||||
gettext
|
||||
xorg.libX11
|
||||
freetype.dev
|
||||
gnumake
|
||||
flex
|
||||
bison
|
||||
mesa
|
||||
|
||||
sane-airscan
|
||||
xsane
|
||||
opencl-headers
|
||||
opencl-clang
|
||||
pcapc
|
||||
pcsclite
|
||||
dbus
|
||||
xsane
|
||||
libusb1
|
||||
v4l-utils
|
||||
libgphoto2
|
||||
gphoto2
|
||||
pulseaudio.dev
|
||||
gst_all_1.gstreamer
|
||||
alsa-oss
|
||||
fontconfig
|
||||
vulkan-headers
|
||||
vulkan-utility-libraries
|
||||
|
||||
mesa
|
||||
usbutils
|
||||
pciutils
|
||||
util-linux
|
||||
coreutils
|
||||
libgcc
|
||||
raylib
|
||||
SDL2
|
||||
SDL2.dev
|
||||
protonplus
|
||||
|
||||
ruby
|
||||
|
@ -140,6 +163,8 @@
|
|||
guitarix
|
||||
FIL-plugins
|
||||
geonkick
|
||||
|
||||
inputs.affinity-nix.packages.x86_64-linux.designer
|
||||
];
|
||||
|
||||
username = "emenel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue