Flake lock update
This commit is contained in:
parent
28f01f3141
commit
f62164c1cf
2 changed files with 14 additions and 26 deletions
12
flake.nix
12
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue