mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-02 19:58:03 +08:00
fix screen flickering and keyboard not working
This commit is contained in:
parent
658b24fc7e
commit
9c2386d19e
7 changed files with 74 additions and 51 deletions
|
|
@ -43,7 +43,7 @@
|
|||
in
|
||||
{
|
||||
nixos.expr = # nix
|
||||
''${flake}.nixosConfigurations.${host}.options'';
|
||||
"${flake}.nixosConfigurations.${host}.options";
|
||||
home_manager.expr = # nix
|
||||
''${flake}.homeConfigurations."${user}@${host}".options'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue