Removed legacy files. Switch to different screenshot editor. Made fingerprintreader work!

This commit is contained in:
Jurn Wubben 2025-02-19 19:20:03 +01:00
parent 63da28386c
commit e137c23ecd
6 changed files with 25 additions and 306 deletions

View file

@ -10,18 +10,26 @@
stylix = {
enable = true;
image = ./background.png;
polarity = "dark";
fonts.monospace = {
name = "DejaVuSansMNerdFontMono-Regular";
package = pkgs.nerd-fonts.dejavu-sans-mono;
};
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 21;
};
fonts.monospace = {
name = "DejaVuSansMNerdFontMono-Regular";
package = pkgs.nerd-fonts.dejavu-sans-mono;
iconTheme = {
enable = true;
package = pkgs.tela-circle-icon-theme; #FIXME: Swap out for normal tela icons once https://github.com/NixOS/nixpkgs/issues/381521 is upstream.
dark = "Tela-circle-dark";
light = "Tela-circle-dark";
};
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
image = ./background.png;
};
}