add missing tools
This commit is contained in:
parent
de97a020a1
commit
c5b592afb3
2 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,11 @@ let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
acpi
|
||||||
bash
|
bash
|
||||||
bash-completion
|
bash-completion
|
||||||
bat
|
bat
|
||||||
|
borgbackup
|
||||||
direnv
|
direnv
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
|
|
|
@ -69,9 +69,9 @@ in {
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
unstable.alacritty
|
|
||||||
imv
|
imv
|
||||||
inkscape
|
inkscape
|
||||||
|
libqrencode
|
||||||
libreoffice
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
lxappearance
|
lxappearance
|
||||||
|
@ -81,9 +81,10 @@ in {
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
unstable.keepassxc
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg_utils
|
xdg_utils
|
||||||
|
unstable.alacritty
|
||||||
|
unstable.keepassxc
|
||||||
(
|
(
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue