Removed legacy files. Switch to different screenshot editor. Made fingerprintreader work!
This commit is contained in:
parent
c6ed9f0c5a
commit
0a9889ec51
6 changed files with 25 additions and 306 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue