Skip to content

Commit 750cb5f

Browse files
committed
Update cinnamon
1 parent b2b7605 commit 750cb5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nixos/home-manager/desktops/cinnamon/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let
33
cinnamon-packages = with pkgs; [
44
ffmpeg
5-
gnome.gnome-screenshot
5+
gnome-screenshot
66
xdg-user-dirs
77
xdotool
88
xorg.xdpyinfo
@@ -37,9 +37,10 @@ in {
3737
systemPackages = cinnamon-packages;
3838
};
3939

40+
fonts.packages = fontList;
41+
4042
# ---- Home Configuration ----
4143
home-manager.users.${config.athena.homeManagerUser} = { pkgs, ...}: {
42-
home.packages = fontList;
4344
dconf.settings = {
4445
"org/cinnamon/desktop/background" = {
4546
picture-uri = "file:///run/current-system/sw/share/backgrounds/athena/${backgroundTheme}";

0 commit comments

Comments
 (0)