Your one-stop-cake-shop for everything Freshly Baked has to offer

feat: scrap walker in favor of vicinae #200

closed opened by thecoded.prof targeting main from private/coded/push-sxluolttqztx
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3mehn5i3ngf22
+6 -2
Interdiff #0 โ†’ #1
npins/sources.json

This file has not been changed.

+6 -2
packetmix/homes/niri/vicinae.nix
··· 11 }: 12 { 13 home.packages = [ pkgs.playerctl ]; 14 - programs.niri.settings.binds."Mod+D".action.spawn = ["${config.programs.vicinae.package}/bin/vicinae" "toggle"]; 15 programs.vicinae = { 16 enable = true; 17 systemd.enable = true; ··· 26 }; 27 }; 28 29 - extensions = [ # Short to install list: github, xkcd, systemd 30 # Vicinae Extensions 31 (config.lib.vicinae.mkExtension { 32 name = "nix";
··· 11 }: 12 { 13 home.packages = [ pkgs.playerctl ]; 14 + programs.niri.settings.binds."Mod+D".action.spawn = [ 15 + "${config.programs.vicinae.package}/bin/vicinae" 16 + "toggle" 17 + ]; 18 programs.vicinae = { 19 enable = true; 20 systemd.enable = true; ··· 29 }; 30 }; 31 32 + extensions = [ 33 + # Short to install list: github, xkcd, systemd, bitwarden 34 # Vicinae Extensions 35 (config.lib.vicinae.mkExtension { 36 name = "nix";
packetmix/homes/niri/walker.nix

This file has not been changed.

History

2 rounds 1 comment
sign up or login to add to the discussion
expand 1 comment

manually merged

closed without merging