config
This commit is contained in:
parent
e6e3eab93a
commit
a1efa54972
3 changed files with 3 additions and 13 deletions
|
|
@ -57,6 +57,7 @@
|
||||||
services.xserver.xkb.layout = "us";
|
services.xserver.xkb.layout = "us";
|
||||||
systemd.services.display-manager.restartIfChanged = false;
|
systemd.services.display-manager.restartIfChanged = false;
|
||||||
services.displayManager.sddm.enable = lib.mkDefault true;
|
services.displayManager.sddm.enable = lib.mkDefault true;
|
||||||
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
services.desktopManager.plasma6.enable = lib.mkDefault true;
|
services.desktopManager.plasma6.enable = lib.mkDefault true;
|
||||||
environment.plasma6.excludePackages = with pkgs; [
|
environment.plasma6.excludePackages = with pkgs; [
|
||||||
elisa
|
elisa
|
||||||
|
|
|
||||||
|
|
@ -26,16 +26,6 @@
|
||||||
|
|
||||||
systemd.services."backlight@backlight:amdgpu_bl2".enable = false;
|
systemd.services."backlight@backlight:amdgpu_bl2".enable = false;
|
||||||
|
|
||||||
# TODO investigate tradeoffs
|
|
||||||
# services.beesd.filesystems = {
|
|
||||||
# root = {
|
|
||||||
# spec = "LABEL=NOlaptop";
|
|
||||||
# hashTableSizeMB = 4096;
|
|
||||||
# verbosity = "crit";
|
|
||||||
# extraOptions = ["--loadavg-target" "2.0"];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"libinput/local-overrides.quirks".text = "
|
"libinput/local-overrides.quirks".text = "
|
||||||
# MatchUdevType=touchpad
|
# MatchUdevType=touchpad
|
||||||
|
|
@ -62,7 +52,6 @@ AttrKeyboardIntegration=internal";
|
||||||
services.snapper.snapshotInterval = "*:0/5";
|
services.snapper.snapshotInterval = "*:0/5";
|
||||||
|
|
||||||
services.displayManager.defaultSession = "plasma";
|
services.displayManager.defaultSession = "plasma";
|
||||||
services.displayManager.sddm.wayland.enable = true;
|
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
|
|
@ -99,7 +88,7 @@ AttrKeyboardIntegration=internal";
|
||||||
# "mem_sleep_default=deep"
|
# "mem_sleep_default=deep"
|
||||||
"amdgpu.abmlevel=1"
|
"amdgpu.abmlevel=1"
|
||||||
# TODO DMUB bugfix? (apparently disables PSR?)
|
# TODO DMUB bugfix? (apparently disables PSR?)
|
||||||
"amdgpu.dcdebugmask=0x10"
|
# "amdgpu.dcdebugmask=0x10"
|
||||||
];
|
];
|
||||||
boot.kernelModules = ["kvm-amd"];
|
boot.kernelModules = ["kvm-amd"];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ alias b = btm;
|
||||||
alias cringe = sudo bootctl set-oneshot auto-windows
|
alias cringe = sudo bootctl set-oneshot auto-windows
|
||||||
alias fetch = neofetch
|
alias fetch = neofetch
|
||||||
alias ff = firefox
|
alias ff = firefox
|
||||||
alias gc = sudo nix-collect-garbage -d
|
alias gc = sudo nix-collect-garbage -d --verbose
|
||||||
alias js = jj status
|
alias js = jj status
|
||||||
alias jd = jj diff
|
alias jd = jj diff
|
||||||
alias pu = pueue
|
alias pu = pueue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue