Added obs and useful links section to README
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, outputs, ... }:
|
||||
{ inputs, outputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -88,6 +88,21 @@
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||
|
||||
# Temp keyboard override
|
||||
environment.systemPackages = with pkgs; [
|
||||
via
|
||||
vial
|
||||
];
|
||||
services.udev.packages = with pkgs; [
|
||||
via
|
||||
vial
|
||||
];
|
||||
|
||||
# manual udev override
|
||||
# services.udev.extraRules = ''
|
||||
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", ATTRS{idVendor}=="320f", ATTRS{idProduct}=="5055", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
# '';
|
||||
|
||||
# state version
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
@@ -34,6 +34,7 @@
|
||||
applications.zellij.enable = true;
|
||||
applications.wezterm.enable = true;
|
||||
applications.typst.enable = true;
|
||||
applications.obs-studio.enable = true;
|
||||
|
||||
services.nextcloud-sync.enable = true;
|
||||
|
||||
@@ -47,9 +48,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.prismlauncher
|
||||
unstable.vesktop
|
||||
unstable.webcord
|
||||
unstable.legcord
|
||||
vesktop
|
||||
unstable.rnote
|
||||
unstable.inkscape
|
||||
unstable.gimp
|
||||
|
Reference in New Issue
Block a user