mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-01-11 09:47: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; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
];
|
||||
|
||||
|
|
|
@ -42,12 +42,12 @@
|
|||
accents = [ "yellow" ];
|
||||
})
|
||||
(catppuccin-kvantum.override {
|
||||
variant = "Latte";
|
||||
accent = "Yellow";
|
||||
variant = "latte";
|
||||
accent = "yellow";
|
||||
})
|
||||
(catppuccin-kvantum.override {
|
||||
variant = "Macchiato";
|
||||
accent = "Yellow";
|
||||
variant = "macchiato";
|
||||
accent = "yellow";
|
||||
})
|
||||
|
||||
remmina
|
||||
|
@ -256,7 +256,7 @@
|
|||
obs-source-switcher
|
||||
obs-gstreamer
|
||||
input-overlay
|
||||
advanced-scene-switcher
|
||||
# advanced-scene-switcher
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue