Byebye scrivano, and new flake overlay setup
This commit is contained in:
parent
979188419b
commit
0a2a7c7266
2 changed files with 7 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -126,14 +126,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
packages."x86_64-linux" = {
|
||||
chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage
|
||||
./packages/chromeos-ectool.nix { };
|
||||
};
|
||||
# packages."x86_64-linux" = {
|
||||
# chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage
|
||||
# ./packages/chromeos-ectool.nix { };
|
||||
# };
|
||||
|
||||
overlays = {
|
||||
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 { };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ in {
|
|||
};
|
||||
|
||||
services = {
|
||||
flatpak.packages = [ "com.github.scrivanolabs.scrivano" ];
|
||||
keyd = {
|
||||
enable = true;
|
||||
keyboards.main = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue