feat: stylix?

This commit is contained in:
Kat Inskip 2025-07-26 17:06:28 -07:00
parent 2b1fd9b99e
commit d6d4d38dcc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
33 changed files with 465 additions and 629 deletions

View file

@ -9,7 +9,7 @@ in {
timeout = null;
grub = {
useOSProber = true;
splashImage = ./splash.jpg;
#splashImage = ./splash.jpg;
extraConfig = ''
set color_normal=black/black
set menu_color_normal=black/black

View file

@ -13,24 +13,24 @@
protonplus
(lutris.override {
extraPkgs = pkgs: [
pkgs.gamescope
pkgs.libnghttp2
pkgs.winetricks
pkgs.jansson
pkgs.samba
pkgs.gvfs
pkgs.mangohud
pkgs.vkbasalt
pkgs.umu-launcher
pkgs.xdg-desktop-portal
#pkgs.gamescope
#pkgs.libnghttp2
#pkgs.winetricks
#pkgs.jansson
#pkgs.samba
#pkgs.gvfs
#pkgs.mangohud
#pkgs.vkbasalt
#pkgs.umu-launcher
#pkgs.xdg-desktop-portal
];
extraLibraries = pkgs: [
pkgs.libunwind
pkgs.xdg-desktop-portal
pkgs.gvfs
pkgs.jansson
pkgs.samba
pkgs.xz
#pkgs.libunwind
#pkgs.xdg-desktop-portal
#pkgs.gvfs
#pkgs.jansson
#pkgs.samba
#pkgs.xz
];
})

View file

@ -9,6 +9,7 @@
vistafonts
open-dyslexic
ubuntu-sans
jost
];
enableDefaultPackages = true;
fontDir.enable = true;

View file

@ -10,5 +10,5 @@ _: {
systemd.enable = true;
};
};
catppuccin.plymouth.enable = true;
stylix.targets.plymouth.enable = true;
}