nixos 22.05 fixes
This commit is contained in:
parent
125c5fe0a5
commit
46d58735cc
3 changed files with 6 additions and 8 deletions
|
@ -35,7 +35,7 @@ in buildFHSUserEnv {
|
||||||
with xorg; [
|
with xorg; [
|
||||||
cloudstation
|
cloudstation
|
||||||
curl
|
curl
|
||||||
dbus_libs
|
dbus
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
glib
|
glib
|
||||||
|
|
|
@ -16,11 +16,11 @@ in
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
bemenu
|
bemenu
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
gammastep
|
||||||
grim
|
grim
|
||||||
i3status-rust
|
i3status-rust
|
||||||
kanshi
|
kanshi
|
||||||
mako
|
mako
|
||||||
redshift-wlr
|
|
||||||
slurp
|
slurp
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
|
@ -160,9 +160,10 @@ in
|
||||||
lxappearance
|
lxappearance
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
|
alacritty
|
||||||
imv
|
imv
|
||||||
inkscape
|
inkscape
|
||||||
libqrencode
|
keepassxc
|
||||||
libreoffice
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
mpv
|
mpv
|
||||||
|
@ -172,15 +173,12 @@ in
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulseeffects-pw
|
pulseeffects-pw
|
||||||
alacritty
|
qrencode
|
||||||
unstable.keepassxc
|
|
||||||
unstable.noisetorch
|
|
||||||
|
|
||||||
solaar
|
solaar
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
||||||
clipman
|
clipman
|
||||||
gebaar-libinput
|
|
||||||
wdisplays
|
wdisplays
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg_utils
|
xdg_utils
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.wireguard.enable = true;
|
networking.wireguard.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ wireguard ];
|
environment.systemPackages = with pkgs; [ wireguard-tools ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue