feat: add initial config for kachu-pc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{pkgs}:
|
||||
(pkgs.sddm-astronaut.override {
|
||||
embeddedTheme = "black_hole";
|
||||
}).overrideAttrs (oldAttrs: {
|
||||
installPhase =
|
||||
oldAttrs.installPhase
|
||||
+ ''
|
||||
chmod u+w $out/share/sddm/themes/sddm-astronaut-theme/Backgrounds/
|
||||
'';
|
||||
})
|
||||
Reference in New Issue
Block a user