forked from poz/niksos
add some programs :3
This commit is contained in:
parent
3d83a21fc0
commit
8ad06905a5
2 changed files with 13 additions and 1 deletions
|
@ -199,7 +199,18 @@
|
|||
pciutils
|
||||
wvkbd
|
||||
clickclack
|
||||
xournalpp
|
||||
rnote
|
||||
(rot8.overrideAttrs {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jacekpoz";
|
||||
repo = "rot8";
|
||||
rev = "1fb0c310589b18c2e10a82d0930d449c7e00ad18";
|
||||
hash = "sha256-rjnTBR7OZo2H2Q11UGezebBUW6D0gvuEChnBhVLND30=";
|
||||
};
|
||||
})
|
||||
inxi
|
||||
pcsc-tools
|
||||
libnfc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -385,6 +385,7 @@ in {
|
|||
# TODO do these do anything anymore
|
||||
"${pkgs.systemd}/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"${pkgs.dbus}/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP"
|
||||
"rot8"
|
||||
];
|
||||
|
||||
exec = [
|
||||
|
|
Loading…
Reference in a new issue