mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-01-11 11:27:43 +01:00
laptop: fixes
This commit is contained in:
parent
150bdfa0f5
commit
f8aa648aef
2 changed files with 6 additions and 6 deletions
|
@ -389,7 +389,7 @@ in
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -42,12 +42,12 @@
|
||||||
accents = [ "yellow" ];
|
accents = [ "yellow" ];
|
||||||
})
|
})
|
||||||
(catppuccin-kvantum.override {
|
(catppuccin-kvantum.override {
|
||||||
variant = "Latte";
|
variant = "latte";
|
||||||
accent = "Yellow";
|
accent = "yellow";
|
||||||
})
|
})
|
||||||
(catppuccin-kvantum.override {
|
(catppuccin-kvantum.override {
|
||||||
variant = "Macchiato";
|
variant = "macchiato";
|
||||||
accent = "Yellow";
|
accent = "yellow";
|
||||||
})
|
})
|
||||||
|
|
||||||
remmina
|
remmina
|
||||||
|
@ -256,7 +256,7 @@
|
||||||
obs-source-switcher
|
obs-source-switcher
|
||||||
obs-gstreamer
|
obs-gstreamer
|
||||||
input-overlay
|
input-overlay
|
||||||
advanced-scene-switcher
|
# advanced-scene-switcher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue