added required packages to work
This commit is contained in:
parent
7081ae65d9
commit
f81b12458f
@ -26,5 +26,11 @@
|
|||||||
defaultSession = lib.mkDefault "mate";
|
defaultSession = lib.mkDefault "mate";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with windows-theme.packages.x86_64-linux; [
|
||||||
|
windows-xp-theme
|
||||||
|
windows-xp-icons
|
||||||
|
windows-xp-cursor
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user