Switched hw acceleration to enhance chromium UX
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -8,12 +8,16 @@
|
||||
# Add other flake inputs if needed
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
...
|
||||
} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
puter = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./hosts/puter/default.nix ];
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [./hosts/puter/default.nix];
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user