Byebye scrivano, and new flake overlay setup

This commit is contained in:
William 2024-09-12 20:12:00 -03:00
parent 979188419b
commit 0a2a7c7266
2 changed files with 7 additions and 6 deletions

View file

@ -126,14 +126,16 @@
}; };
}; };
packages."x86_64-linux" = { # packages."x86_64-linux" = {
chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage # chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage
./packages/chromeos-ectool.nix { }; # ./packages/chromeos-ectool.nix { };
}; # };
overlays = { overlays = {
custom = final: prev: { custom = final: prev: {
inherit (self.packages."x86_64-linux") chromeos-ectool; # inherit (self.packages."x86_64-linux") chromeos-ectool;
chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage
./packages/chromeos-ectool.nix { };
}; };
}; };

View file

@ -50,7 +50,6 @@ in {
}; };
services = { services = {
flatpak.packages = [ "com.github.scrivanolabs.scrivano" ];
keyd = { keyd = {
enable = true; enable = true;
keyboards.main = { keyboards.main = {