Flake lock update
This commit is contained in:
parent
805c1567c9
commit
32c5443bb5
2 changed files with 12 additions and 17 deletions
|
|
@ -146,8 +146,6 @@
|
|||
inherit
|
||||
(pkgs)
|
||||
keyboard-switch
|
||||
sddm-sugar-dark
|
||||
sddm-theme-clairvoyance
|
||||
wl-clipedit
|
||||
wl-lockscreen
|
||||
wl-update-background
|
||||
|
|
@ -193,8 +191,6 @@
|
|||
|
||||
packages = self: _super: {
|
||||
keyboard-switch = self.callPackage ./pkgs/keyboard-switch { };
|
||||
sddm-sugar-dark = self.callPackage ./pkgs/sddm-sugar-dark { };
|
||||
sddm-theme-clairvoyance = self.callPackage ./pkgs/sddm-theme-clairvoyance { };
|
||||
wl-clipedit = self.callPackage ./pkgs/wl-clipedit { };
|
||||
wl-lockscreen = self.callPackage ./pkgs/wl-lockscreen { };
|
||||
wl-update-background = self.callPackage ./pkgs/wl-update-background { };
|
||||
|
|
@ -203,7 +199,6 @@
|
|||
overrides = _self: super: {
|
||||
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
|
||||
brave = super.brave.override { commandLineArgs = "--ozone-platform=wayland --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer"; };
|
||||
sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; };
|
||||
|
||||
# smartir-zha = super.buildHomeAssistantComponent rec {
|
||||
# owner = "smartHomeHub";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue