Add bubblewrap and socat
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
../../modules/vlc.nix
|
../../modules/vlc.nix
|
||||||
../../modules/lazygit.nix
|
../../modules/lazygit.nix
|
||||||
../../modules/yazi.nix
|
../../modules/yazi.nix
|
||||||
|
../../modules/bubblewrap.nix
|
||||||
|
../../modules/socat.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|||||||
8
modules/bubblewrap.nix
Normal file
8
modules/bubblewrap.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
bubblewrap
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
8
modules/socat.nix
Normal file
8
modules/socat.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
socat
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user