fixes scrolling desktop
This commit is contained in:
parent
25d3917db6
commit
68321de234
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue