This commit is contained in:
2025-12-22 22:58:00 -08:00
parent 208821ed75
commit 5597ca934d

View File

@ -13,7 +13,7 @@ in
{ {
imports = imports =
[ # Include the results of the hardware scan. [
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
@ -26,10 +26,9 @@ in
}; };
swapDevices = [{ swapDevices = [{
device = "/dev/disk/by-uuid/7fc5202b-5ed9-4697-8314-d797816e5cc4"; device = "/dev/disk/by-uuid/09d170fd-26b4-4985-a210-28541d3ee340";
}]; }];
# Use the systemd-boot EFI boot loader.
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
@ -55,6 +54,8 @@ in
services = { services = {
gvfs.enable = true;
tumbler.enable = true;
hardware.openrgb.enable = true; hardware.openrgb.enable = true;
printing.enable = true; printing.enable = true;
@ -64,8 +65,6 @@ in
pulse.enable = true; pulse.enable = true;
}; };
xserver = { xserver = {
enable = true; enable = true;
dpi = 110; dpi = 110;
@ -82,7 +81,6 @@ in
}; };
}; };
hardware = { hardware = {
nvidia = { nvidia = {
open = true; open = true;
@ -142,6 +140,9 @@ in
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true; localNetworkGameTransfers.openFirewall = true;
}; };
thunar = {
enable = true;
};
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -171,6 +172,8 @@ in
alsa-utils alsa-utils
ncdu ncdu
ddcutil ddcutil
xclip
gpu-screen-recorder
# in between # in between
dunst dunst
@ -181,7 +184,7 @@ in
solaar solaar
ueberzugpp ueberzugpp
nordic nordic
capitaine-cursors #capitaine-cursors
# graphical # graphical
lxappearance lxappearance
@ -195,6 +198,7 @@ in
discord discord
bitwarden-desktop bitwarden-desktop
r2modman r2modman
asunder
#zoom #zoom
#osu-lazer(-bin?) #osu-lazer(-bin?)