ohyeah
This commit is contained in:
@ -13,7 +13,7 @@ in
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
@ -26,10 +26,9 @@ in
|
||||
};
|
||||
|
||||
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 = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
@ -55,6 +54,8 @@ in
|
||||
|
||||
services = {
|
||||
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
hardware.openrgb.enable = true;
|
||||
|
||||
printing.enable = true;
|
||||
@ -64,8 +65,6 @@ in
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
dpi = 110;
|
||||
@ -82,7 +81,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
open = true;
|
||||
@ -142,6 +140,9 @@ in
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
thunar = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
@ -171,6 +172,8 @@ in
|
||||
alsa-utils
|
||||
ncdu
|
||||
ddcutil
|
||||
xclip
|
||||
gpu-screen-recorder
|
||||
|
||||
# in between
|
||||
dunst
|
||||
@ -181,7 +184,7 @@ in
|
||||
solaar
|
||||
ueberzugpp
|
||||
nordic
|
||||
capitaine-cursors
|
||||
#capitaine-cursors
|
||||
|
||||
# graphical
|
||||
lxappearance
|
||||
@ -195,6 +198,7 @@ in
|
||||
discord
|
||||
bitwarden-desktop
|
||||
r2modman
|
||||
asunder
|
||||
#zoom
|
||||
#osu-lazer(-bin?)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user