Flake update
This commit is contained in:
parent
111c8939ce
commit
67c757ff67
6 changed files with 38 additions and 33 deletions
|
|
@ -2,28 +2,18 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
|
||||
boot = {
|
||||
initrd.kernelModules = [ "i915" ];
|
||||
kernelPackages = pkgs.unstable_pkgs.linuxPackages;
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
# modesetting.enable = true;
|
||||
# package = pkgs.linuxPackages.nvidia_x11;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
|
||||
version = "555.58.02";
|
||||
|
||||
sha256_64bit = "sha256-xctt4TPRlOJ6r5S54h5W6PT6/3Zy2R4ASNFPu8TSHKM=";
|
||||
sha256_aarch64 = lib.fakeSha256;
|
||||
openSha256 = lib.fakeSha256;
|
||||
settingsSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8=";
|
||||
persistencedSha256 = lib.fakeSha256;
|
||||
};
|
||||
|
||||
prime = {
|
||||
offload.enable = false;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
authenticator
|
||||
brave
|
||||
cava
|
||||
discord
|
||||
droidcam
|
||||
# element-desktop # matrix client
|
||||
evince
|
||||
|
|
@ -62,7 +63,9 @@
|
|||
gnome-system-monitor
|
||||
totem
|
||||
;
|
||||
inherit (pkgs.unstable_pkgs) heroic proton-pass;
|
||||
inherit (pkgs.unstable_pkgs)
|
||||
# heroic
|
||||
proton-pass;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -101,7 +104,7 @@
|
|||
# ../../modules/hm/alacritty.nix
|
||||
../../modules/hm/autorandr.nix
|
||||
../../modules/hm/biblio.nix
|
||||
../../modules/hm/bitwarden.nix
|
||||
# ../../modules/hm/bitwarden.nix
|
||||
# ../../modules/hm/blender.nix
|
||||
# ../../modules/hm/bspwm.nix
|
||||
../../modules/hm/cava.nix
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
inherit (pkgs)
|
||||
authenticator
|
||||
brave
|
||||
discord
|
||||
droidcam
|
||||
# electrum
|
||||
# element-desktop # matrix client
|
||||
|
|
@ -90,7 +91,7 @@
|
|||
# ../../modules/hm/alacritty.nix
|
||||
../../modules/hm/autorandr.nix
|
||||
../../modules/hm/biblio.nix
|
||||
../../modules/hm/bitwarden.nix
|
||||
# ../../modules/hm/bitwarden.nix
|
||||
../../modules/hm/blender_nvidia.nix
|
||||
# ../../modules/hm/bspwm.nix
|
||||
../../modules/hm/cava.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue