software changes

This commit is contained in:
Grisha Shipunov 2025-06-14 21:01:52 +02:00
parent 2a44e5c81e
commit 22d7c181e3
4 changed files with 3 additions and 4 deletions

View file

@ -66,7 +66,7 @@
home = "/home/0xa"; home = "/home/0xa";
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
shell = pkgs.zsh; shell = pkgs.fish;
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View file

@ -17,6 +17,7 @@
mpv mpv
obs-studio obs-studio
qbittorrent qbittorrent
transmission_4-gtk
signal-desktop signal-desktop
spotify spotify
telegram-desktop telegram-desktop

View file

@ -31,7 +31,7 @@
nix-index nix-index
kicad kicad
kikit kikit
freecad-wayland freecad-qt6
imhex imhex
python3Full python3Full
nixfmt-rfc-style nixfmt-rfc-style

View file

@ -4,8 +4,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnupg gnupg
opensc opensc
yubikey-personalization-gui
]; ];
# smartcard support # smartcard support