fixed niri audio and more nixbook tweaks
This commit is contained in:
parent
2b7d6af67c
commit
b981089b88
4 changed files with 35 additions and 10 deletions
|
|
@ -126,6 +126,8 @@
|
|||
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
|
||||
./systems/nixbook/configuration.nix
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
nixos-hardware.nixosModules.common-pc-laptop
|
||||
];
|
||||
};
|
||||
syl = lib.nixosSystem {
|
||||
|
|
@ -140,6 +142,7 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
niri.nixosModules.niri
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue