Add telegram and fix rofi
This commit is contained in:
parent
374eba2319
commit
6db6e2aed7
@ -11,7 +11,7 @@ with import ../support.nix { inherit lib config; }; {
|
||||
desktop = "urxvt";
|
||||
};
|
||||
dmenu = {
|
||||
cmd = "${pkgs.rofi}/bin/rofi -show window";
|
||||
cmd = "${pkgs.rofi}/bin/rofi -show run";
|
||||
desktop = "rofi";
|
||||
};
|
||||
editor = {
|
||||
|
@ -21,6 +21,7 @@
|
||||
p7zip
|
||||
zip
|
||||
ranger
|
||||
tdesktop
|
||||
] ++ lib.optionals config.deviceSpecific.isLaptop [
|
||||
# Important
|
||||
acpi
|
||||
|
Loading…
x
Reference in New Issue
Block a user