mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
This commit is contained in:
parent
3f01bd1608
commit
a15a59af09
7 changed files with 305 additions and 129 deletions
|
@ -85,7 +85,10 @@
|
|||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
font.name = "Fira Code";
|
||||
font = {
|
||||
name = "GohuFont";
|
||||
size = 10.5;
|
||||
};
|
||||
themeFile = "mayukai";
|
||||
};
|
||||
password-store = {
|
||||
|
|
|
@ -146,6 +146,10 @@
|
|||
profiles.default = {
|
||||
isDefault = true;
|
||||
search = firefox.profiles.default.search;
|
||||
settings = {
|
||||
"mail.show_headers" = 2;
|
||||
"mail.spellcheck.inline" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -95,7 +95,8 @@
|
|||
# audio
|
||||
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
|
||||
audacity # Sound editor with graphical UI
|
||||
fooyin # Customisable music player
|
||||
# TODO: consider getting rid of this (no mpd support makes me sad......)
|
||||
fooyin # Customisable music player
|
||||
mpc # Minimalist command line interface to MPD
|
||||
pavucontrol # PulseAudio Volume Control
|
||||
playerctl # Command-line utility and library for controlling media players that implement MPRIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue