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