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