software changes
This commit is contained in:
parent
2a44e5c81e
commit
22d7c181e3
4 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnupg
|
gnupg
|
||||||
opensc
|
opensc
|
||||||
|
|
||||||
yubikey-personalization-gui
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# smartcard support
|
# smartcard support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue