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; };
|
system = { inherit stateVersion; };
|
||||||
networking = { inherit hostName; };
|
networking = { inherit hostName; };
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ./wallpapers/default.jpg;
|
image = ./wallpapers/minimalistic/catppuccin_triangle.png;
|
||||||
base16Scheme =
|
base16Scheme =
|
||||||
"${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
"${pkgs.base16-schemes}/share/themes/primer-dark.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 0.8;
|
applications = 0.8;
|
||||||
|
@ -149,14 +149,7 @@
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = [
|
fonts = [ "FiraCode" "NerdFontsSymbolsOnly" ];
|
||||||
"FiraCode"
|
|
||||||
"FiraMono"
|
|
||||||
"DejaVuSansMono"
|
|
||||||
"Noto"
|
|
||||||
"ComicShannsMono"
|
|
||||||
"NerdFontsSymbolsOnly"
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
weather-icons
|
weather-icons
|
||||||
|
|
Loading…
Reference in a new issue