this is solid ig

This commit is contained in:
alisceon 2026-01-07 22:56:05 +01:00
parent 56028e3345
commit 1b31f9e29c
6 changed files with 31 additions and 74 deletions

View file

@ -12,6 +12,9 @@
nativeMessagingHosts = [
pkgs.firefoxpwa
];
profiles = {
default = {};
};
}; # end firefox
chromium = {
enable = true;
@ -20,7 +23,16 @@
enable = true;
silent = true;
}; # end direnv
discord = {
enable = true;
}; # end discord
}; # end programs
stylix.targets = {
firefox = {
enable = true;
profileNames = [ "default" ];
};
};
# obsidian special case
# programs.obsidian.enable = true;
@ -45,14 +57,6 @@
];
};
};
gtk = lib.mkDefault {
enable = true;
cursorTheme.package = pkgs.vanilla-dmz;
cursorTheme.name = "Vanilla-DMZ";
font.package = pkgs.inconsolata;
font.name = "Inconsolata";
font.size = 14;
};
services.syncthing = {
enable = true;

View file

@ -86,7 +86,6 @@
hide-window-on-esc = true;
tab-policy = "never";
panel-icon-type = "none";
custom-font = "Inconsolata 14";
use-system-font = false;
use-theme-colors = true;
};