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