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" = {
|
# 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 { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
flatpak.packages = [ "com.github.scrivanolabs.scrivano" ];
|
|
||||||
keyd = {
|
keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.main = {
|
keyboards.main = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue