chore: drop renamed package aliases (swww→awww, greetd.tuigreet→tuigreet)
Silences nixpkgs' rename warnings on every eval. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
home.stateVersion = "26.05";
|
home.stateVersion = "26.05";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swww # wallpaper daemon with animated transitions
|
awww # wallpaper daemon with animated transitions (the swww fork)
|
||||||
fuzzel # launcher / dmenu (used by the theme picker bind)
|
fuzzel # launcher / dmenu (used by the theme picker bind)
|
||||||
libnotify
|
libnotify
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ in
|
|||||||
services.greetd = lib.mkIf cfg.greeter.enable {
|
services.greetd = lib.mkIf cfg.greeter.enable {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
settings.default_session = {
|
settings.default_session = {
|
||||||
command = lib.mkDefault "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland";
|
command = lib.mkDefault "${pkgs.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
, stdenvNoCC
|
, stdenvNoCC
|
||||||
, python3
|
, python3
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, swww
|
, awww
|
||||||
, libnotify
|
, libnotify
|
||||||
, git
|
, git
|
||||||
# Shipped theme presets, baked into the package as a fallback so
|
# Shipped theme presets, baked into the package as a fallback so
|
||||||
@@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
# Stdlib-only Python. home-manager is deliberately NOT wrapped in —
|
# Stdlib-only Python. home-manager is deliberately NOT wrapped in —
|
||||||
# the rebuild must use the user's own home-manager from their PATH.
|
# the rebuild must use the user's own home-manager from their PATH.
|
||||||
wrapProgram $out/bin/nomarchy-theme-sync \
|
wrapProgram $out/bin/nomarchy-theme-sync \
|
||||||
--prefix PATH : ${lib.makeBinPath [ swww libnotify git ]} \
|
--prefix PATH : ${lib.makeBinPath [ awww libnotify git ]} \
|
||||||
${lib.optionalString (themesDir != null)
|
${lib.optionalString (themesDir != null)
|
||||||
"--set NOMARCHY_DEFAULT_THEMES $out/share/nomarchy/themes"}
|
"--set NOMARCHY_DEFAULT_THEMES $out/share/nomarchy/themes"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user