Messing around with theme and wallpaper image
Currently using primer-dark theme now
This commit is contained in:
parent
5194ac6dc0
commit
a111797e49
13
flake.nix
13
flake.nix
|
@ -115,9 +115,9 @@
|
|||
system = { inherit stateVersion; };
|
||||
networking = { inherit hostName; };
|
||||
stylix = {
|
||||
image = ./wallpapers/default.jpg;
|
||||
image = ./wallpapers/minimalistic/catppuccin_triangle.png;
|
||||
base16Scheme =
|
||||
"${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
||||
"${pkgs.base16-schemes}/share/themes/primer-dark.yaml";
|
||||
polarity = "dark";
|
||||
opacity = {
|
||||
applications = 0.8;
|
||||
|
@ -149,14 +149,7 @@
|
|||
fira-code
|
||||
fira-code-symbols
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
"FiraMono"
|
||||
"DejaVuSansMono"
|
||||
"Noto"
|
||||
"ComicShannsMono"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
fonts = [ "FiraCode" "NerdFontsSymbolsOnly" ];
|
||||
})
|
||||
emacs-all-the-icons-fonts
|
||||
weather-icons
|
||||
|
|
Loading…
Reference in a new issue