fixes scrolling desktop

This commit is contained in:
Dennis Schoepf 2026-03-05 22:27:34 +01:00
parent 25d3917db6
commit 68321de234

View file

@ -62,6 +62,7 @@
{ pkgs, config, ... }:
{
imports = [
inputs.dms.homeModules.dank-material-shell
({ lib, pkgs, ... }: lib.mkIf pkgs.stdenv.isDarwin { })
];
@ -150,10 +151,6 @@
};
};
imports = [
inputs.dms.homeModules.dank-material-shell
];
home.packages = with pkgs; [
nerd-fonts.victor-mono
];