minor changes
This commit is contained in:
parent
0ded255210
commit
0e0fbd2f44
@ -4,7 +4,7 @@ let
|
||||
in
|
||||
with config.deviceSpecific;
|
||||
{
|
||||
defaultApplications.term = lib.mkIf (!isLaptop && !isVM && !isISO) {
|
||||
defaultApplications.term = lib.mkIf (isDesktop) {
|
||||
cmd = "${pkgs.alacritty}/bin/alacritty";
|
||||
desktop = "alacritty";
|
||||
};
|
||||
|
@ -9,6 +9,12 @@
|
||||
scheme = "gruvbox";
|
||||
variant = "gruvbox-dark-medium";
|
||||
extraParams = {
|
||||
# fonts = {
|
||||
# main = {
|
||||
# family = "IBM Plex Sans";
|
||||
# size = 12;
|
||||
# };
|
||||
# };
|
||||
font = "IBM Plex Sans";
|
||||
fontMono = "IBM Plex Mono";
|
||||
fontSerif = "IBM Plex Serif";
|
||||
|
10
todo.md
10
todo.md
@ -1,14 +1,10 @@
|
||||
# TODO
|
||||
|
||||
* i3 hotkeys with ru keyboard layout
|
||||
* Add some dictionary program
|
||||
* spotifyd + cli
|
||||
* generate gtk icons
|
||||
* overlay for my packages
|
||||
* config qbittorrent
|
||||
* telegram theme
|
||||
* mount music folder?
|
||||
* fix picom blur bug
|
||||
* fix rofi theme
|
||||
* use theme engine from https://github.com/SenchoPens/senixos
|
||||
* make wallpaper package
|
||||
|
||||
xprop WM_CLASS
|
||||
nix flake update --recreate-lock-file
|
Loading…
x
Reference in New Issue
Block a user