framework-2024-09-17-18-14-56
This commit is contained in:
@ -8,6 +8,20 @@ in
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
(self: super: {
|
||||
linuxPackages_latest = super.linuxPackages_latest.extend (lpself: lpsuper: {
|
||||
framework-laptop-kmod = super.linuxPackages_latest.framework-laptop-kmod.overrideAttrs (oldAttrs: rec {
|
||||
version = "0-unstable-latest";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "DHowett";
|
||||
repo = "framework-laptop-kmod";
|
||||
rev = "6164bc3dec24b6bb2806eedd269df6a170bcc930";
|
||||
# sha256 = pkgs.lib.fakeSha256;
|
||||
hash = "sha256-OwtXQR0H4GNlYjVZ5UU5MEM6ZOjlV3B0x2auYawbS2U=";
|
||||
};
|
||||
});
|
||||
});
|
||||
})
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
@ -22,7 +36,7 @@ in
|
||||
../../configs/common.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/games.nix
|
||||
../../configs/libvirt.nix
|
||||
../../configs/virtualisation.nix
|
||||
../../configs/plasma-wayland.nix
|
||||
../../configs/user-gui.nix
|
||||
../../configs/user.nix
|
||||
@ -197,7 +211,11 @@ in
|
||||
# systemd.services.nix-daemon.serviceConfig.LimitNOFILE = 40960;
|
||||
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
psensor
|
||||
# psensor
|
||||
mission-center
|
||||
resources
|
||||
monitorets
|
||||
|
||||
veracrypt
|
||||
gnumake
|
||||
pkg-config
|
||||
|
Reference in New Issue
Block a user