flake update and necessary config changes

This commit is contained in:
Kabbone 2023-03-30 22:06:06 +02:00
parent 73da49f280
commit d643131b92
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
4 changed files with 19 additions and 22 deletions

36
flake.lock generated
View File

@ -51,11 +51,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1680000368,
"narHash": "sha256-TlgC4IJ7aotynUdkGRtaAVxquaiddO38Ws89nB7VGY8=",
"lastModified": 1680114304,
"narHash": "sha256-XymtLu8G2nzenjDUWI7XV2MMHztvPkEZUFpwmZFcxVM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "765e4007b6f9f111469a25d1df6540e8e0ca73a6",
"rev": "0e065e1b6f0776ebbacea9dcbc977af7bc9eddc0",
"type": "github"
},
"original": {
@ -74,11 +74,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1680020471,
"narHash": "sha256-kisXhF7lBzd3CbRJouafnMhbvnjFvtOs+rS66FqlRR4=",
"lastModified": 1680132864,
"narHash": "sha256-KcgGLM0za/04IFKz0Afz/T1NGUWhmnSJDTIip/CzNOo=",
"owner": "vaxerski",
"repo": "Hyprland",
"rev": "df54ab40ceb6e7f74844e83d3f55739accd349cc",
"rev": "b88de63abb41bfb8c07638e6277982503638c29d",
"type": "github"
},
"original": {
@ -110,11 +110,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1679944521,
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=",
"lastModified": 1680070330,
"narHash": "sha256-aoT2YZCd9LEtiEULFLIF0ykKydgE72X8gw/k9/pRS5I=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100",
"rev": "a6aa8174fa61e55bd7e62d35464d3092aefe0421",
"type": "github"
},
"original": {
@ -126,11 +126,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1679944645,
"narHash": "sha256-e5Qyoe11UZjVfgRfwNoSU57ZeKuEmjYb77B9IVW7L/M=",
"lastModified": 1680125544,
"narHash": "sha256-mlqo1r+TZUOuypWdrZHluxWL+E5WzXlUXNZ9Y0WLDFU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4bb072f0a8b267613c127684e099a70e1f6ff106",
"rev": "9a6aabc4740790ef3bbb246b86d029ccf6759658",
"type": "github"
},
"original": {
@ -142,11 +142,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1679966490,
"narHash": "sha256-k0jV+y1jawE6w4ZvKgXDNg4+O9NNtcaWwzw8gufv0b4=",
"lastModified": 1680122840,
"narHash": "sha256-zCQ/9iFHzCW5JMYkkHMwgK1/1/kTMgCMHq4THPINpAU=",
"owner": "NixOS",
"repo": "nIxpkgs",
"rev": "5b7cd5c39befee629be284970415b6eb3b0ff000",
"rev": "a575c243c23e2851b78c00e9fa245232926ec32f",
"type": "github"
},
"original": {
@ -158,11 +158,11 @@
},
"nur": {
"locked": {
"lastModified": 1680014770,
"narHash": "sha256-Vh3vzS1Nrz3KnNVbtfPoVa4pRVv01GWh9OYYpgzVOfs=",
"lastModified": 1680205534,
"narHash": "sha256-tStRnbt9bSlmQagn1Z4u1J3HlggxVIfStXPl70evqjk=",
"owner": "nix-community",
"repo": "NUR",
"rev": "7dec78f7ec6823c800afdc0b32d562b15ba954d3",
"rev": "a964f0e626f52b4110d9c14197d649eef6ff5e89",
"type": "github"
},
"original": {

View File

@ -57,6 +57,7 @@
# };
programs = { # No xbacklight, this is the alterantive
zsh.enable = true;
dconf.enable = true;
light.enable = true;
ssh.startAgent = false;

View File

@ -166,8 +166,6 @@
};
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
#powerManagement.powertop.enable = true;
powerManagement = {
scsiLinkPolicy = "med_power_with_dipm";

View File

@ -157,8 +157,6 @@
};
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
powerManagement = {
cpuFreqGovernor = lib.mkDefault "schedutil";
powertop.enable = true;