From 06e7aad2591bead9f3b972567223cd290a4f81a9 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 21 May 2021 12:10:51 +0200 Subject: [PATCH 1/3] move cawbird from unstable until next release; remove spectral in favor of NeoChat --- home/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index da36baa..39989fc 100644 --- a/home/home.nix +++ b/home/home.nix @@ -8,6 +8,7 @@ let nur = import { inherit pkgs; }; myNur = nur.repos.schmittlauch; mybrowser = firefox; + newkde = import ~/src/newkdepkgs { }; desktopApps = [ mybrowser @@ -36,10 +37,9 @@ let pdfpc quaternion nheko - spectral gpx-viewer gpxsee - cawbird + unstable.cawbird olifant subsurface yate @@ -130,7 +130,7 @@ let ]; kdeTools = with kdeApplications; [ - okular + newkde.okular gwenview yakuake kmail From 5344c5e83f418c11f831fba22d22d8f0afadba51 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 28 May 2021 21:09:32 +0200 Subject: [PATCH 2/3] switch back to kernel 4.19 due to intel graphics issues --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d0a105a..9447a13 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -23,6 +23,9 @@ in # try newer kernels #boot.kernelPackages = pkgs.linuxPackages_latest; + # use old kernel because 5.4 and 5.5 might be buggy with intel graphics + boot.kernelPackages = pkgs.linuxPackages_4_19; + services.fstrim.enable = true; services.btrfs.autoScrub = { From 701e33a5581d0c3c1e739abd9cfb71db7dda16bb Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 28 May 2021 21:11:10 +0200 Subject: [PATCH 3/3] no need to generally allow unfree software anymore --- home/config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/config.nix b/home/config.nix index 1dc6aa3..1430578 100644 --- a/home/config.nix +++ b/home/config.nix @@ -4,7 +4,6 @@ let in { - allowUnfree = true; firefox.enablePlasmaBrowserIntegration = true; clementine.spotify = false; vim =