more cleaning and formatting

This commit is contained in:
Emile Clark-Boman 2024-11-08 04:08:30 +10:00
parent b43c9b53ba
commit 123c92b1b6
5 changed files with 105 additions and 399 deletions

View file

@ -34,25 +34,6 @@
};
*/
# ----- STYLIX -----
#stylix = {
# enable = true;
#
# image = pkgs.fetchurl {
# url = "https://www.pixelstalk.net/wp-content/uploads/2016/05/Epic-Anime-Awesome-Wallpapers.jpg";
# sha256 = "enQo3wqhgf0FEPHj2coOCvo7DuZv+x5rL/WIo4qPI50=";
# };
#
# # Stylix will automatically theme applications
# autoEnable = true;
# targets = {
# # disable Stylix's themes for ones I will theme manually
# firefox.enable = false;
# wofi.enable = false;
# };
#};
home = {
username = "me";
homeDirectory = "/home/me";
@ -66,6 +47,37 @@
};
};
gtk = {
enable = true;
font.name = "Victor Mono SemiBold 12";
theme = {
name = "Dracula";
package = pkgs.dracula-theme;
};
iconTheme = {
name = "kora";
package = pkgs.kora-icon-theme;
};
# TODO: use a variable to mirror this cursor size
# with the `home.pointerCurser.size`
cursorTheme = {
# dont set the theme (use system default instead)
# only set size to match the system
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 16;
};
};
# TODO: this lowkey doesnt work... (maybe the name "Dracula" is wrong?)
qt = {
enable = true;
style = {
name = "Dracula";
package = pkgs.dracula-qt5-theme;
};
};
programs = {
# these are both required for home-manager to work
home-manager.enable = true;
@ -185,6 +197,7 @@
statusline = {
left = [
"mode"
"spacer"
"version-control"
"spinner"
];
@ -196,10 +209,8 @@
right = [
"position"
"total-line-numbers"
"separator"
"file-encoding"
"file-line-ending"
"separator"
"file-type"
];
separator = "|";