graphical: Don't add chrome
All checks were successful
Cachix / build (elendel) (push) Successful in 1m25s
Cachix / build (kholinar) (push) Successful in 1m59s
Cachix / build (marabethia) (push) Successful in 1m21s

This commit is contained in:
Charlotte Van Petegem 2024-12-06 10:20:36 +01:00
parent 0521b5f24c
commit cdd22f806f

View file

@ -43,14 +43,7 @@
}; };
home-manager.users.charlotte = { ... }: { home-manager.users.charlotte = { ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [ mpv okular ranger uni wtype ];
google-chrome
mpv
okular
ranger
uni
wtype
];
}; };
}; };
} }