Flake lock update

This commit is contained in:
Filippo Berto 2024-10-24 14:29:48 +02:00
parent 28f01f3141
commit f62164c1cf
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 14 additions and 26 deletions

View file

@ -239,19 +239,7 @@
overrides = _self: super: {
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; };
logseq = super.logseq.override { electron = super.electron_27; };
};
# two-channels = (self: _: {
# stable_pkgs = import inputs.nixpkgs {
# inherit config overlays;
# inherit (self) system;
# };
# unstable_pkgs = import inputs.nixpkgs-u {
# inherit config overlays;
# inherit (self) system;
# };
# });
};
nixosConfigurations = {