working zellij
This commit is contained in:
parent
537cfb1f30
commit
5848a65266
11 changed files with 242 additions and 12 deletions
|
@ -30,14 +30,15 @@
|
|||
system = {
|
||||
programs = {
|
||||
editors = {
|
||||
emacs.enable = true;
|
||||
neovim.enable = true;
|
||||
emacs.enable = false;
|
||||
neovim.enable = false;
|
||||
helix.enable = true;
|
||||
kakoune.enable = true;
|
||||
kakoune.enable = false;
|
||||
};
|
||||
discord.enable = true;
|
||||
firefox.enable = true;
|
||||
zathura.enable = true;
|
||||
zellij.enable = true;
|
||||
terminals = {
|
||||
foot.enable = true;
|
||||
kitty.enable = true;
|
||||
|
|
|
@ -73,6 +73,7 @@ in {
|
|||
playerctl
|
||||
polkit
|
||||
prismlauncher
|
||||
pulsemixer
|
||||
python3
|
||||
qbittorrent
|
||||
r2modman
|
||||
|
@ -104,6 +105,7 @@ in {
|
|||
wl-clipboard
|
||||
xdg-utils
|
||||
xournalpp
|
||||
yazi
|
||||
zapzap
|
||||
zip
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue