Rclone
--wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci]
This commit is contained in:
parent
6070c25c4d
commit
d5c34a5f0f
3 changed files with 10 additions and 4 deletions
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
|
|
@ -27,6 +26,7 @@
|
|||
extraModulePackages = [ ];
|
||||
};
|
||||
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/24017c97-041e-460a-9d0e-3e494c91a03e";
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@ in
|
|||
bluetooth = { enable = true; package = pkgs.bluez-experimental; };
|
||||
cpu.intel.updateMicrocode = true;
|
||||
nvidia = {
|
||||
open = false;
|
||||
open = true;
|
||||
modesetting.enable = true;
|
||||
prime = {
|
||||
offload.enable = false;
|
||||
sync.enable = true;
|
||||
|
|
@ -97,9 +98,13 @@ in
|
|||
};
|
||||
blueman.enable = true;
|
||||
xserver = {
|
||||
displayManager.gdm = { enable = true; autoSuspend = false; };
|
||||
desktopManager.gnome.enable = true;
|
||||
# displayManager.gdm = { enable = true; autoSuspend = false; };
|
||||
# desktopManager.gnome.enable = true;
|
||||
desktopManager.plasma5 = { enable = true; useQtScaling = true; };
|
||||
enable = true;
|
||||
};
|
||||
displayManager.sddm.enable = true;
|
||||
# desktopManager.plasma6 = { enable = true; };
|
||||
# logind.lidSwitch = "ignore";
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue