before school
This commit is contained in:
parent
31b1b98809
commit
14b48c3119
13 changed files with 150 additions and 228 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
overlays.enable = false;
|
||||
|
||||
targets = {
|
||||
gtk.enable = true;
|
||||
|
|
@ -28,6 +29,12 @@
|
|||
base0F = "f2cdcd"; # flamingo
|
||||
};
|
||||
|
||||
opacity.terminal = 0.75;
|
||||
|
||||
targets.nvf = {
|
||||
enable = false;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
|
|
@ -44,7 +51,7 @@
|
|||
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
name = "JetBrainsMono Nerd Font Mono";
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue