mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: stylix?
This commit is contained in:
parent
2b1fd9b99e
commit
d6d4d38dcc
33 changed files with 465 additions and 629 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
vistafonts
|
||||
open-dyslexic
|
||||
ubuntu-sans
|
||||
jost
|
||||
];
|
||||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ _: {
|
|||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
catppuccin.plymouth.enable = true;
|
||||
stylix.targets.plymouth.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue