Compare commits

..

No commits in common. "701e33a5581d0c3c1e739abd9cfb71db7dda16bb" and "8f4ca64ecd094521a2c7a0d6b48b56377d652841" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View file

@ -4,6 +4,7 @@ let
in in
{ {
allowUnfree = true;
firefox.enablePlasmaBrowserIntegration = true; firefox.enablePlasmaBrowserIntegration = true;
clementine.spotify = false; clementine.spotify = false;
vim = vim =

View file

@ -8,7 +8,6 @@ let
nur = import <NUR> { inherit pkgs; }; nur = import <NUR> { inherit pkgs; };
myNur = nur.repos.schmittlauch; myNur = nur.repos.schmittlauch;
mybrowser = firefox; mybrowser = firefox;
newkde = import ~/src/newkdepkgs { };
desktopApps = [ desktopApps = [
mybrowser mybrowser
@ -37,9 +36,10 @@ let
pdfpc pdfpc
quaternion quaternion
nheko nheko
spectral
gpx-viewer gpx-viewer
gpxsee gpxsee
unstable.cawbird cawbird
olifant olifant
subsurface subsurface
yate yate
@ -130,7 +130,7 @@ let
]; ];
kdeTools = with kdeApplications; [ kdeTools = with kdeApplications; [
newkde.okular okular
gwenview gwenview
yakuake yakuake
kmail kmail

View file

@ -23,9 +23,6 @@ in
# try newer kernels # try newer kernels
#boot.kernelPackages = pkgs.linuxPackages_latest; #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.fstrim.enable = true;
services.btrfs.autoScrub = services.btrfs.autoScrub =
{ {