Compare commits

..

7 Commits

Author SHA1 Message Date
coolneng ab8f6a1d58
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/104e8082de1b20f9d0e1f05b1028795ed0e0e4bc' (2022-10-16)
  → 'github:NixOS/nixpkgs/32096899af23d49010bd8cf6a91695888d9d9e73' (2022-10-18)
2022-10-20 08:48:39 +02:00
coolneng f78b6303b9
Replace lightdm with greetd 2022-10-20 08:48:39 +02:00
coolneng 58f36e85e7
Use release version of mopidy-youtube 2022-10-20 08:48:39 +02:00
coolneng 9bf57ae6e2
Save more power via TLP 2022-10-20 08:48:38 +02:00
coolneng 8fcc638011
Revert "Add delta to packages"
This reverts commit 14be05d141.
2022-10-20 08:48:38 +02:00
coolneng 492f6ef3b9
Replace firefox with firefox-wayland 2022-10-20 08:48:38 +02:00
coolneng 5b0dbeb0b5
Revert "Enable pertinent Intel drivers for HW acceleration"
This reverts commit 2c0034fc82.
2022-10-20 08:48:38 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@ with pkgs;
kernelParams = [
"zfs.zfs_arc_max=1073741824"
"zfs.zfs_arc_meta_limit_percent=90"
"i915.i915_enable_fbc=1"
"workqueue.power_efficient=y"
"nohibernate"
"ipv6.disable=1"

View File

@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1665940183,
"narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=",
"lastModified": 1666109165,
"narHash": "sha256-BMLyNVkr0oONuq3lKlFCRVuYqF75CO68Z8EoCh81Zdk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc",
"rev": "32096899af23d49010bd8cf6a91695888d9d9e73",
"type": "github"
},
"original": {