mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
backup nixos config, nvim: add gitlink-vim
add also a script to copy the nixos config files to the repo
This commit is contained in:
@@ -97,6 +97,8 @@
|
||||
chromium
|
||||
xfce.ristretto
|
||||
pavucontrol
|
||||
sage
|
||||
obs-studio
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
@@ -136,4 +138,9 @@
|
||||
# bluetooth related
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
# obs virtual camera
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
v4l2loopback
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user