forked from colonelpanic/dotfiles
[NixOS] Fix essential-packages
This commit is contained in:
parent
857ddd8ba1
commit
cc2cf598c5
@ -1,8 +1,9 @@
|
|||||||
{ pkgs }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
vlc
|
vlc
|
||||||
|
transmission-gtk
|
||||||
nautilus
|
nautilus
|
||||||
|
|
||||||
# Appearance
|
# Appearance
|
||||||
@ -64,5 +65,6 @@
|
|||||||
usbutils
|
usbutils
|
||||||
tmux
|
tmux
|
||||||
wget
|
wget
|
||||||
|
yubikey-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user