feat: Added primaryUser to shiro

This commit is contained in:
uttarayan21
2025-06-04 16:23:08 +05:30
parent 4680cb2e59
commit c0ed961039
3 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
{
pkgs,
device,
lib,
...
}: {
home.packages = [
home.packages = lib.optionals pkgs.stdenv.isLinux [
(pkgs.openscad-unstable.overrideAttrs
(_: {
doCheck = false;