feat(common,steveej-t14,graphical): udpate to nixos-22.05
This commit is contained in:
parent
aec8ff4e9a
commit
4a2ee46f7f
13 changed files with 42 additions and 89 deletions
|
@ -76,13 +76,13 @@ in {
|
|||
|
||||
# Process/System Administration
|
||||
htop
|
||||
gnome3.gnome-tweak-tool
|
||||
gnome.gnome-tweaks
|
||||
xorg.xhost
|
||||
dmidecode
|
||||
evtest
|
||||
|
||||
# Archive Managers
|
||||
sshfsFuse
|
||||
sshfs-fuse
|
||||
xarchive
|
||||
p7zip
|
||||
zip
|
||||
|
@ -96,8 +96,8 @@ in {
|
|||
yubikey-manager-qt
|
||||
yubikey-personalization
|
||||
yubikey-personalization-gui
|
||||
gnome3.gnome_keyring
|
||||
gnome3.seahorse
|
||||
gnome.gnome-keyring
|
||||
gnome.seahorse
|
||||
|
||||
# Language Support
|
||||
hunspellDicts.en-us
|
||||
|
@ -109,13 +109,13 @@ in {
|
|||
hexchat
|
||||
aspellDicts.en
|
||||
aspellDicts.de
|
||||
skype
|
||||
skypeforlinux
|
||||
unstablepkgs.jitsi-meet-electron
|
||||
unstablepkgs.zoom-us
|
||||
thunderbird
|
||||
evolution # gnome4.glib_networking
|
||||
unstablepkgs.kotatogram-desktop
|
||||
gnome3.cheese
|
||||
gnome.cheese
|
||||
discord
|
||||
|
||||
# Virtualization
|
||||
|
@ -170,7 +170,7 @@ in {
|
|||
xsel
|
||||
|
||||
# Image/Graphic/Design Tools
|
||||
gnome3.eog
|
||||
gnome.eog
|
||||
gimp
|
||||
imagemagick
|
||||
exiv2
|
||||
|
@ -284,7 +284,7 @@ in {
|
|||
xdotool
|
||||
xdg_utils
|
||||
xdg-user-dirs
|
||||
gnome3.dconf
|
||||
dconf
|
||||
picocom
|
||||
glib.dev # contains gdbus tool
|
||||
alacritty
|
||||
|
|
|
@ -50,13 +50,13 @@ in {
|
|||
|
||||
# Process/System Administration
|
||||
htop
|
||||
gnome3.gnome-tweak-tool
|
||||
gnome.gnome-tweaks
|
||||
xorg.xhost
|
||||
dmidecode
|
||||
evtest
|
||||
|
||||
# Archive Managers
|
||||
sshfsFuse
|
||||
sshfs-fuse
|
||||
xarchive
|
||||
p7zip
|
||||
zip
|
||||
|
@ -65,8 +65,8 @@ in {
|
|||
lzop
|
||||
|
||||
# Password Management
|
||||
gnome3.gnome_keyring
|
||||
gnome3.seahorse
|
||||
gnome.gnome-keyring
|
||||
gnome.seahorse
|
||||
|
||||
# Remote Control Tools
|
||||
remmina
|
||||
|
@ -91,7 +91,7 @@ in {
|
|||
unstablepkgs.vscode
|
||||
|
||||
# Image/Graphic/Design Tools
|
||||
gnome3.eog
|
||||
gnome.eog
|
||||
gimp
|
||||
inkscape
|
||||
|
||||
|
|
|
@ -52,13 +52,13 @@ in {
|
|||
|
||||
# Process/System Administration
|
||||
htop
|
||||
gnome3.gnome-tweak-tool
|
||||
gnome.gnome-tweaks
|
||||
xorg.xhost
|
||||
dmidecode
|
||||
evtest
|
||||
|
||||
# Archive Managers
|
||||
sshfsFuse
|
||||
sshfs-fuse
|
||||
xarchive
|
||||
p7zip
|
||||
zip
|
||||
|
@ -67,8 +67,8 @@ in {
|
|||
lzop
|
||||
|
||||
# Password Management
|
||||
gnome3.gnome_keyring
|
||||
gnome3.seahorse
|
||||
gnome.gnome-keyring
|
||||
gnome.seahorse
|
||||
|
||||
# Remote Control Tools
|
||||
remmina
|
||||
|
@ -93,7 +93,7 @@ in {
|
|||
unstablepkgs.vscode
|
||||
|
||||
# Image/Graphic/Design Tools
|
||||
gnome3.eog
|
||||
gnome.eog
|
||||
gimp
|
||||
inkscape
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ in {
|
|||
home.packages = extraPackages
|
||||
++ (with pkgs; [
|
||||
iperf3
|
||||
telnet
|
||||
inetutils
|
||||
speedtest-cli
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ let
|
|||
dpmsScript = pkgs.writeScript "dpmsScript" ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
export PATH=${with pkgs; lib.makeBinPath [
|
||||
xlibs.xset
|
||||
xorg.xset
|
||||
]}:$PATH
|
||||
|
||||
set -xe
|
||||
|
@ -307,11 +307,11 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
# X Tools/Libraries
|
||||
lightdm
|
||||
gnome3.networkmanagerapplet
|
||||
networkmanagerapplet
|
||||
autorandr
|
||||
arandr
|
||||
gnome3.gnome_themes_standard
|
||||
gnome3.adwaita-icon-theme
|
||||
gnome.gnome-themes-extra
|
||||
gnome.adwaita-icon-theme
|
||||
lxappearance
|
||||
xorg.xcursorthemes
|
||||
pavucontrol
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pass-otp
|
||||
pass
|
||||
qtpass
|
||||
rofi-pass
|
||||
gnupg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue