Compare commits

...

2 Commits

Author SHA1 Message Date
7aaf60fbf7 niri: install bar 2026-02-04 08:25:14 +01:00
e646755958 rename 2026-02-04 08:24:13 +01:00
4 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
zsh = modules/zsh.nix;
git = modules/git.nix;
udiskie = modules/udiskie.nix;
niri = modules/niri;
niri = modules/niri.nix;
bash = modules/bash.nix;
nix = modules/nix.nix;
@@ -43,7 +43,7 @@
niphas-locker = prev.swaylock;
niphas-editor = prev.callPackage packages/vim { };
niphas-ashell = import packages/ashell.nix {
niphas-bar = import packages/ashell.nix {
inherit (inputs) wrappers;
pkgs = prev;
};
@@ -78,7 +78,7 @@
in
{
inherit (pkgs)
niphas-ashell
niphas-bar
niphas-git
niphas-niri
niphas-editor

View File

@@ -12,6 +12,7 @@
pkgs.wdisplays
pkgs.nsxiv
pkgs.niphas-bar
pkgs.niphas-file-browser
pkgs.niphas-terminal
pkgs.niphas-web-browser

View File

@@ -59,7 +59,7 @@ let
};
};
spawn-at-startup = [
(lib.getExe pkgs.niphas-ashell)
(lib.getExe pkgs.niphas-bar)
]
++ lib.optional (pkgs ? niri-wallpaper) [
(lib.getExe pkgs.swaybg)