mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +00:00
cleanup
This commit is contained in:
parent
a474aadd0c
commit
bf76b9c025
1 changed files with 2 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
{ config, pkgs, /*hyprland,*/ options, /*hyprland-plugins, */nixpkgs-unstable, lib, nixos-hardware, zen-browser/*, kwin-effects-forceblur*/, ... }:
|
{ config, pkgs,nixpkgs-unstable, lib, nixos-hardware, ... }:
|
||||||
let
|
let
|
||||||
unstable-pkgs = nixpkgs-unstable.legacyPackages.x86_64-linux; #import nixpkgs-unstable.nixosModules.readOnlyPkgs {};
|
unstable-pkgs = nixpkgs-unstable.legacyPackages.x86_64-linux; #import nixpkgs-unstable.nixosModules.readOnlyPkgs {};
|
||||||
# unstable-pkgs = hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
# unstable-pkgs = hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||||
|
|
@ -7,16 +7,7 @@ in
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
nixos-hardware.nixosModules.lenovo-legion-16ach6h-hybrid # this is borked in latest update for some reason, edid doesn't build
|
|
||||||
# nixos-hardware.nixosModules.common-cpu-amd
|
|
||||||
# nixos-hardware.nixosModules.common-cpu-amd-pstate
|
|
||||||
# nixos-hardware.nixosModules.common-cpu-amd-zenpower
|
|
||||||
# nixos-hardware.nixosModules.common-gpu-amd
|
|
||||||
# nixos-hardware.nixosModules.common-gpu-nvidia
|
|
||||||
# nixos-hardware.nixosModules.common-pc-laptop
|
|
||||||
# nixos-hardware.nixosModules.common-pc-laptop-ssd
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# /etc/nixos/cachix.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.daemonCPUSchedPolicy = "idle";
|
nix.daemonCPUSchedPolicy = "idle";
|
||||||
|
|
@ -85,7 +76,7 @@ in
|
||||||
loader = {
|
loader = {
|
||||||
# systemd-boot.enable = true;
|
# systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 0;
|
# timeout = 0;
|
||||||
grub.enable = true;
|
grub.enable = true;
|
||||||
grub.device = "nodev";
|
grub.device = "nodev";
|
||||||
grub.efiSupport = true;
|
grub.efiSupport = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue