This commit is contained in:
blahai 2024-09-03 16:26:27 +03:00
parent 0a50b61903
commit 0fc7525c6b
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
4 changed files with 11 additions and 6 deletions

View file

@ -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";

View file

@ -111,6 +111,7 @@
hyprland = {
enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = inputs.hyprland.packages."${pkgs.system}".hyprland;
};
direnv = {

View file

@ -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";

View file

@ -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
]))
];