update theming, update flake lock, enable gnupg
This commit is contained in:
parent
5d84242fb6
commit
872134db56
7 changed files with 114 additions and 84 deletions
|
@ -51,24 +51,24 @@
|
|||
];
|
||||
};
|
||||
programs = {
|
||||
gamemode.enable = true;
|
||||
gamemode.settings = {
|
||||
general = {
|
||||
renice = 10;
|
||||
};
|
||||
# gamemode.enable = false;
|
||||
# gamemode.settings = {
|
||||
# general = {
|
||||
# renice = 10;
|
||||
# };
|
||||
|
||||
# Warning: GPU optimisations have the potential to damage hardware
|
||||
# gpu = {
|
||||
# apply_gpu_optimisations = "accept-responsibility";
|
||||
# gpu_device = 0;
|
||||
# amd_performance_level = "high";
|
||||
# };
|
||||
# # Warning: GPU optimisations have the potential to damage hardware
|
||||
# # gpu = {
|
||||
# # apply_gpu_optimisations = "accept-responsibility";
|
||||
# # gpu_device = 0;
|
||||
# # amd_performance_level = "high";
|
||||
# # };
|
||||
|
||||
custom = {
|
||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||
};
|
||||
};
|
||||
# custom = {
|
||||
# start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||
# end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
jovian = {
|
||||
|
@ -87,13 +87,13 @@
|
|||
};
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.systemd-boot.enable = false;
|
||||
};
|
||||
|
||||
# boot.lanzaboote = {
|
||||
# enable = true;
|
||||
# pkiBundle = "/etc/secureboot";
|
||||
# };
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
|
||||
users.users.lillian.extraGroups = ["gamemode"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue