Play around

This commit is contained in:
Isshi0417 2024-07-07 21:24:22 +09:00
parent 74188a0271
commit 4b9c4cae80
4 changed files with 36 additions and 28 deletions

View File

@ -56,6 +56,7 @@
mullvad-vpn
easyeffects
transmission_4-gtk
imagemagick
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage

View File

@ -3,8 +3,8 @@
{
gtk.enable = true;
gtk.theme.package = lib.mkForce pkgs.adw-gtk3;
gtk.theme.name = lib.mkForce "adw-gtk3-dark";
gtk.theme.package = lib.mkDefault pkgs.adw-gtk3;
gtk.theme.name = lib.mkDefault "adw-gtk3-dark";
gtk.iconTheme.package = pkgs.tela-circle-icon-theme;
gtk.iconTheme.name = "Tela-circle-dark";

View File

@ -2,25 +2,29 @@
{
environment.systemPackages = with pkgs.gnomeExtensions; [
arcmenu
caffeine
blur-my-shell
dash-to-dock
gnome-40-ui-improvements
media-controls
search-light
];
environment.gnome.excludePackages = with pkgs.gnome; [
baobab
cheese
eog
epiphany
simple-scan
totem
yelp
evince
geary
seahorse
gnome-contacts
gnome-maps
gnome-music
environment.gnome.excludePackages = with pkgs; [
gnome-tour
gedit
gnome.baobab
gnome.cheese
gnome.eog
gnome.epiphany
gnome.simple-scan
gnome.totem
gnome.yelp
gnome.evince
gnome.geary
gnome.seahorse
gnome.gnome-contacts
gnome.gnome-maps
gnome.gnome-music
];
}

View File

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
stylix.homeManagerIntegration.followSystem = true;
stylix.enable = true;
stylix.autoEnable = true;
stylix.image = ./wallpapers/kuromi.jpg;
stylix.cursor.package = pkgs.bibata-cursors;
@ -20,20 +23,20 @@
package = pkgs.dejavu_fonts;
name = "Dejavu Serif";
};
};
stylix.fonts.sizes = {
applications = 12;
terminal = 15;
desktop = 10;
popups = 10;
sizes = {
applications = 12;
terminal = 15;
desktop = 10;
popups = 10;
};
};
stylix.opacity = {
applications = 1.0;
terminal = 1.0;
desktop = 1.0;
popups = 1.0;
applications = 0.9;
terminal = 0.9;
desktop = 0.5;
popups = 0.9;
};
stylix.polarity = "dark";