Compare commits
4 commits
03d7dcbc24
...
d123546252
Author | SHA1 | Date | |
---|---|---|---|
d123546252 | |||
9eb3d122c0 | |||
98ea927cd1 | |||
d28158c4e9 |
4 changed files with 8 additions and 3 deletions
|
@ -25,6 +25,10 @@
|
|||
"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;
|
||||
|
@ -69,4 +73,5 @@
|
|||
};
|
||||
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-1"
|
||||
"-O HDMI-A-2"
|
||||
"-F fsr"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue