changing wifi to iwd, adding desktop entries for tui apps, etc
This commit is contained in:
parent
1975a1c6c7
commit
f920b83d27
11 changed files with 143 additions and 80 deletions
|
@ -26,12 +26,10 @@
|
|||
pdftk
|
||||
zathura
|
||||
gpu-viewer
|
||||
|
||||
foliate
|
||||
wl-mirror
|
||||
|
||||
soundconverter
|
||||
wmctrl
|
||||
|
||||
godot_4
|
||||
gdtoolkit_4
|
||||
sane-airscan
|
||||
|
@ -51,7 +49,7 @@
|
|||
ripdrag
|
||||
|
||||
sway-launcher-desktop
|
||||
|
||||
swayidle
|
||||
thunderbird-latest
|
||||
emojify
|
||||
smile
|
||||
|
@ -176,11 +174,23 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
};
|
||||
|
||||
xdg.desktopEntries = {
|
||||
isd = {
|
||||
name = "isd (interactive systemd)";
|
||||
exec = "/home/emenel/.local/bin/wezapp isd";
|
||||
categories = [ "System" ];
|
||||
};
|
||||
impala = {
|
||||
name = "impala (iwd wifi)";
|
||||
exec = "/home/emenel/.local/bin/wezapp impala";
|
||||
categories = [ "System" ];
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."halloy/config.toml".source =
|
||||
../../homes/emenel/dotfiles/dot_config/halloy/config.toml;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue