make vm architecture agnostic
This commit is contained in:
parent
76eb3501b9
commit
b5562ef662
7 changed files with 103 additions and 88 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
catppuccin,
|
||||
nix-cachyos-kernel,
|
||||
...
|
||||
|
|
@ -10,8 +8,9 @@
|
|||
networking.hostName = "alien";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.ddcutil
|
||||
pkgs.mangohud
|
||||
ddcutil
|
||||
mangohud
|
||||
(bottles.override {removeWarningPopup = true;})
|
||||
];
|
||||
|
||||
# enable ddcutil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue