mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
idek
This commit is contained in:
parent
0a50b61903
commit
0fc7525c6b
4 changed files with 11 additions and 6 deletions
|
@ -19,9 +19,10 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
|
||||
# this commit seems to be fucked on nixos now
|
||||
# ags.url = "github:Aylur/ags/05e0f23534fa30c1db2a142664ee8f71e38db260";
|
||||
ags.url = "github:Aylur/ags";
|
||||
ags = {
|
||||
url = "github:Aylur/ags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
portalPackage = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
};
|
||||
|
||||
direnv = {
|
||||
|
|
|
@ -110,7 +110,7 @@ in
|
|||
|
||||
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||
XCURSOR_THEME = "Bibata-Modern-Classic";
|
||||
HYPRCURSOR_THEME = "HyprBibataModernClassicSVG";
|
||||
# HYPRCURSOR_THEME = "HyprBibataModernClassicSVG";
|
||||
XCURSOR_SIZE = "24";
|
||||
__GL_THREADED_OPTIMIZATIONS = "0";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
|
|
|
@ -14,12 +14,15 @@
|
|||
ollama
|
||||
pywal
|
||||
dart-sass
|
||||
unstable.hicolor-icon-theme
|
||||
hicolor-icon-theme
|
||||
yad
|
||||
fuzzel
|
||||
gradience
|
||||
adw-gtk3
|
||||
(python311.withPackages (p: [
|
||||
p.material-color-utilities
|
||||
p.pywayland
|
||||
materialyoucolor
|
||||
p.materialyoucolor
|
||||
p.libsass
|
||||
]))
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue