npins/sources.json
npins/sources.json
This file has not been changed.
+6
-2
packetmix/homes/niri/vicinae.nix
+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
packetmix/homes/niri/walker.nix
This file has not been changed.
History
2 rounds
1 comment
thecoded.prof
submitted
#1
1 commit
expand
collapse
feat: scrap walker in favor of vicinae
expand 1 comment
closed without merging
thecoded.prof
submitted
#0
1 commit
expand
collapse
feat: scrap walker in favor of vicinae
manually merged