diff --git a/home/gui/anime/tsukimi.nix b/home/gui/anime/tsukimi.nix deleted file mode 100644 index 86dc327..0000000 --- a/home/gui/anime/tsukimi.nix +++ /dev/null @@ -1,5 +0,0 @@ -{pkgs, ...}: { - home.packages = with pkgs; [ - tsukimi - ]; -} diff --git a/home/gui/file-sync/syncthing.nix b/home/gui/file-sync/syncthing.nix deleted file mode 100644 index 2e966fa..0000000 --- a/home/gui/file-sync/syncthing.nix +++ /dev/null @@ -1,5 +0,0 @@ -{pkgs, ...}: { - home.packages = with pkgs; [ - syncthing - ]; -} diff --git a/hosts/dos/env.nix b/hosts/dos/env.nix index b19dd7b..563b335 100644 --- a/hosts/dos/env.nix +++ b/hosts/dos/env.nix @@ -49,7 +49,6 @@ # See: https://wiki.hyprland.org/Configuring/Monitors MonitorSettings = " monitor=eDP-1, 2560x1600@165, 0x0, 1.25 - monitor=DP-1, 2560x1440@144, 2560x0, 1.25 "; # -------------------- Software -------------------- diff --git a/modules/system/bootstrap.nix b/modules/system/bootstrap.nix index 9631555..ffaee33 100644 --- a/modules/system/bootstrap.nix +++ b/modules/system/bootstrap.nix @@ -45,7 +45,7 @@ in }; kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support kernelPackages = pkgs.${KernelPackages}; - kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"]; + kernelParams = ["8250.nr_uarts=0" "8250.skip_txen_test=1" "i8042.nopnp" "amd_pstate=active" "audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"]; loader = { grub = mkIf (strings.hasInfix "grub" BootLoader) { configurationLimit = 50; diff --git a/modules/system/environment.nix b/modules/system/environment.nix index c13ea7e..de25a11 100644 --- a/modules/system/environment.nix +++ b/modules/system/environment.nix @@ -52,6 +52,7 @@ in { curl wget aria2 + syncthing yt-dlp openssl