nixos 22.05 fixes

This commit is contained in:
foosinn 2022-06-02 10:59:21 +02:00
parent 125c5fe0a5
commit 46d58735cc
3 changed files with 6 additions and 8 deletions

View file

@ -35,7 +35,7 @@ in buildFHSUserEnv {
with xorg; [
cloudstation
curl
dbus_libs
dbus
fontconfig
freetype
glib

View file

@ -16,11 +16,11 @@ in
extraPackages = with pkgs; [
bemenu
brightnessctl
gammastep
grim
i3status-rust
kanshi
mako
redshift-wlr
slurp
swayidle
swaylock
@ -160,9 +160,10 @@ in
lxappearance
numix-icon-theme
alacritty
imv
inkscape
libqrencode
keepassxc
libreoffice
libsecret
mpv
@ -172,15 +173,12 @@ in
pavucontrol
pcmanfm
pulseeffects-pw
alacritty
unstable.keepassxc
unstable.noisetorch
qrencode
solaar
gdk-pixbuf
clipman
gebaar-libinput
wdisplays
wl-clipboard
xdg_utils

View file

@ -2,5 +2,5 @@
{
networking.wireguard.enable = true;
environment.systemPackages = with pkgs; [ wireguard ];
environment.systemPackages = with pkgs; [ wireguard-tools ];
}