We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b7605 commit 750cb5fCopy full SHA for 750cb5f
nixos/home-manager/desktops/cinnamon/default.nix
@@ -2,7 +2,7 @@
2
let
3
cinnamon-packages = with pkgs; [
4
ffmpeg
5
- gnome.gnome-screenshot
+ gnome-screenshot
6
xdg-user-dirs
7
xdotool
8
xorg.xdpyinfo
@@ -37,9 +37,10 @@ in {
37
systemPackages = cinnamon-packages;
38
};
39
40
+ fonts.packages = fontList;
41
+
42
# ---- Home Configuration ----
43
home-manager.users.${config.athena.homeManagerUser} = { pkgs, ...}: {
- home.packages = fontList;
44
dconf.settings = {
45
"org/cinnamon/desktop/background" = {
46
picture-uri = "file:///run/current-system/sw/share/backgrounds/athena/${backgroundTheme}";
0 commit comments