tv: stockholm dependencies are default
This commit is contained in:
parent
490cee4a2f
commit
c432c66461
@ -19,12 +19,6 @@ with import <stockholm/lib>;
|
||||
../2configs/xserver
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# stockholm
|
||||
gnumake
|
||||
hashPassword
|
||||
parallel
|
||||
|
||||
# root
|
||||
cryptsetup
|
||||
|
||||
|
@ -20,11 +20,6 @@ with import <stockholm/lib>;
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# stockholm
|
||||
gnumake
|
||||
hashPassword
|
||||
#haskellPackages.lentil
|
||||
parallel
|
||||
|
||||
# root
|
||||
cryptsetup
|
||||
|
@ -25,12 +25,6 @@ with import <stockholm/lib>;
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# stockholm
|
||||
gnumake
|
||||
hashPassword
|
||||
haskellPackages.lentil
|
||||
parallel
|
||||
|
||||
# root
|
||||
cryptsetup
|
||||
|
||||
|
@ -38,6 +38,8 @@ with import <stockholm/lib>;
|
||||
# stockholm dependencies
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
gnumake
|
||||
hashPassword
|
||||
populate
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user