Remove rambox
This commit is contained in:
parent
3d8e7ec4eb
commit
0ad479c124
2 changed files with 0 additions and 10 deletions
|
@ -68,14 +68,6 @@
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
okular
|
okular
|
||||||
pavucontrol
|
pavucontrol
|
||||||
(
|
|
||||||
rambox.overrideAttrs (
|
|
||||||
oldAttrs: rec {
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [ libappindicator-gtk3 ];
|
|
||||||
runtimeDependencies = oldAttrs.runtimeDependencies ++ [ libappindicator-gtk3 ];
|
|
||||||
}
|
|
||||||
)
|
|
||||||
)
|
|
||||||
ranger
|
ranger
|
||||||
slurp
|
slurp
|
||||||
sshfs
|
sshfs
|
||||||
|
|
|
@ -87,7 +87,6 @@ in
|
||||||
# Common programs
|
# Common programs
|
||||||
assign [app_id="firefox"] 1
|
assign [app_id="firefox"] 1
|
||||||
assign [app_id="thunderbird"] 3
|
assign [app_id="thunderbird"] 3
|
||||||
assign [class="Rambox"] 4
|
|
||||||
assign [class="Joplin"] 4
|
assign [class="Joplin"] 4
|
||||||
|
|
||||||
# Launcher popup
|
# Launcher popup
|
||||||
|
@ -100,7 +99,6 @@ in
|
||||||
#
|
#
|
||||||
exec ${pkgs.firefox}/bin/firefox
|
exec ${pkgs.firefox}/bin/firefox
|
||||||
exec ${pkgs.thunderbird}/bin/thunderbird
|
exec ${pkgs.thunderbird}/bin/thunderbird
|
||||||
exec ${pkgs.rambox}/bin/rambox
|
|
||||||
exec ${pkgs.joplin-desktop}/bin/joplin-desktop
|
exec ${pkgs.joplin-desktop}/bin/joplin-desktop
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue