temperance/programs.nix: update programs
This commit is contained in:
parent
2a66fc79e2
commit
24ef53bc9e
1 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
niri-switch-to-workspace = pkgs.writeShellScriptBin "niri-switch-to-workspace" ''
|
|
||||||
workspace="$(echo -en "main\nsocial\nkeepass\nbrowser\ninfra\nscratch\nmultimedia" | fuzzel --dmenu)"
|
|
||||||
# niri msg action focus-workspace-monitor "$workspace"
|
|
||||||
niri msg action focus-workspace "$workspace"
|
|
||||||
'';
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = builtins.attrValues {
|
environment.systemPackages = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
|
@ -12,9 +7,12 @@ in {
|
||||||
anki
|
anki
|
||||||
asciinema
|
asciinema
|
||||||
beets
|
beets
|
||||||
|
bubblewrap
|
||||||
cachix
|
cachix
|
||||||
calc
|
calc
|
||||||
|
calibre
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
|
vscodium
|
||||||
difftastic
|
difftastic
|
||||||
dnsutils
|
dnsutils
|
||||||
devenv
|
devenv
|
||||||
|
@ -42,9 +40,11 @@ in {
|
||||||
libtool
|
libtool
|
||||||
logiops
|
logiops
|
||||||
mpv
|
mpv
|
||||||
|
nautilus
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
nheko
|
nheko
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
|
obsidian
|
||||||
swww
|
swww
|
||||||
pandoc
|
pandoc
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -79,6 +79,9 @@ in {
|
||||||
zotero
|
zotero
|
||||||
zoxide
|
zoxide
|
||||||
;
|
;
|
||||||
inherit niri-switch-to-workspace;
|
inherit
|
||||||
|
(pkgs.wineWowPackages)
|
||||||
|
waylandFull
|
||||||
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue