Compare commits
No commits in common. "d123546252057be311cef1a4450fa1e5ce62655a" and "03d7dcbc244cb4e5f2131db0b41d55219b39bbc6" have entirely different histories.
d123546252
...
03d7dcbc24
4 changed files with 3 additions and 8 deletions
|
@ -25,10 +25,6 @@
|
|||
"amdgpu"
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
"amdgpu.ppfeaturemask=0xffffffff"
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.initrd.luks.devices."nixos".device = "/dev/disk/by-uuid/ea7fa60d-35e5-48b8-95d7-142f37b262cd";
|
||||
boot.initrd.luks.devices."nixos".preLVM = true;
|
||||
|
@ -73,5 +69,4 @@
|
|||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.xpadneo.enable = true;
|
||||
programs.coolercontrol.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Which-key
|
||||
--
|
||||
local wk = require 'which-key'
|
||||
-- wk.register()
|
||||
wk.register()
|
||||
|
|
|
@ -84,7 +84,7 @@ in
|
|||
|
||||
home.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
# emojione
|
||||
emojione
|
||||
font-awesome
|
||||
grim
|
||||
lato
|
||||
|
|
|
@ -31,7 +31,7 @@ in
|
|||
gamescopeSession = {
|
||||
enable = cfg.gamescope;
|
||||
args = [
|
||||
"-O HDMI-A-2"
|
||||
"-O HDMI-A-1"
|
||||
"-F fsr"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue