parent
a0014161ce
commit
b81a61fd33
5 changed files with 55 additions and 15 deletions
modules
|
@ -321,6 +321,7 @@ const SecondRow = () => Row({
|
|||
}],
|
||||
}),
|
||||
|
||||
// TODO: replace this with Rotation Toggle and move lock to a separate section
|
||||
GridButton({
|
||||
command: () => {
|
||||
execAsync(['lock']).catch(print);
|
||||
|
|
|
@ -216,6 +216,7 @@ in {
|
|||
|
||||
home.packages = with pkgs; [
|
||||
# School
|
||||
xournalpp
|
||||
virt-manager
|
||||
jetbrains.idea-ultimate
|
||||
libreoffice-fresh # TODO: declarative conf?
|
||||
|
@ -229,12 +230,17 @@ in {
|
|||
photoqt
|
||||
nextcloud-client
|
||||
jellyfin-media-player
|
||||
xournalpp
|
||||
prismlauncher-qt5
|
||||
|
||||
/*
|
||||
Discord themes for Vencord
|
||||
https://markchan0225.github.io/RoundedDiscord/RoundedDiscord.theme.css
|
||||
https://raw.githubusercontent.com/dracula/BetterDiscord/master/Dracula_Official.theme.css
|
||||
*/
|
||||
(pkgs.discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
prismlauncher-qt5
|
||||
|
||||
# tools
|
||||
wl-color-picker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue