hyprfix
This commit is contained in:
@@ -56,6 +56,9 @@ in
|
|||||||
];
|
];
|
||||||
build-dir = "/nix/var/nix/builds";
|
build-dir = "/nix/var/nix/builds";
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
substituters = ["https://hyprland.cachix.org"];
|
||||||
|
trusted-substituters = ["https://hyprland.cachix.org"];
|
||||||
|
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||||
};
|
};
|
||||||
|
|
||||||
# ─── Users ──────────────────────────────────────────────────────────────────
|
# ─── Users ──────────────────────────────────────────────────────────────────
|
||||||
@@ -118,6 +121,7 @@ in
|
|||||||
environment = {
|
environment = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
ZDOTDIR = "$HOME/.config/zsh";
|
ZDOTDIR = "$HOME/.config/zsh";
|
||||||
|
TZ = ":/etc/localtime";
|
||||||
};
|
};
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
variables = {
|
variables = {
|
||||||
|
|||||||
16
flake.lock
generated
16
flake.lock
generated
@@ -499,18 +499,16 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769011011,
|
"lastModified": 1769011011,
|
||||||
"narHash": "sha256-aAayoXHwRLeUb6/Inu3t/gW+F0hY9Cvi0ab3PgzxBdQ=",
|
"narHash": "sha256-lIF9wyXxf5QTv2D0HbI5n+l780S+WK6xxFgFZmoC7/M=",
|
||||||
"ref": "refs/heads/main",
|
"owner": "hyprwm",
|
||||||
|
"repo": "Hyprland",
|
||||||
"rev": "22fc8136a21676472b232f9462318e16b1d16745",
|
"rev": "22fc8136a21676472b232f9462318e16b1d16745",
|
||||||
"revCount": 6830,
|
"type": "github"
|
||||||
"submodules": true,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"submodules": true,
|
"owner": "hyprwm",
|
||||||
"type": "git",
|
"repo": "Hyprland",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprland-guiutils": {
|
"hyprland-guiutils": {
|
||||||
|
|||||||
@@ -49,7 +49,6 @@
|
|||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
hyprland-plugins = {
|
hyprland-plugins = {
|
||||||
url = "github:hyprwm/hyprland-plugins";
|
url = "github:hyprwm/hyprland-plugins";
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ in
|
|||||||
nil
|
nil
|
||||||
nixfmt
|
nixfmt
|
||||||
inputs.nix-alien.packages.${pkgs.stdenv.hostPlatform.system}.nix-alien
|
inputs.nix-alien.packages.${pkgs.stdenv.hostPlatform.system}.nix-alien
|
||||||
|
cachix
|
||||||
|
|
||||||
# --- Wayland / Desktop ---
|
# --- Wayland / Desktop ---
|
||||||
foot
|
foot
|
||||||
|
|||||||
Reference in New Issue
Block a user