mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-01 15:14:01 +05:30
Some minor updates and fixes
This commit is contained in:
parent
44136d40b5
commit
870d360e8a
7 changed files with 19 additions and 128 deletions
14
flake.nix
14
flake.nix
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "nixpkgs/nixos-25.05";
|
||||
nixpkgs-stable.url = "nixpkgs/nixos-25.11";
|
||||
chaotic.url = "github:chaotic-cx/nyx";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
|
|
@ -103,15 +103,8 @@
|
|||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland/v0.52.1?submodules=true";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.hyprland-qtutils.follows = "hyprland-qtutils";
|
||||
};
|
||||
|
||||
# FIXME tmp fix
|
||||
#hyprland-qtutils = {
|
||||
# url = "github:hyprwm/hyprland-qtutils/629b15c19fa4082e4ce6be09fdb89e8c3312aed7";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
|
||||
hyprlock = {
|
||||
url = "github:hyprwm/hyprlock/v0.9.2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -123,11 +116,6 @@
|
|||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
winapps = {
|
||||
url = "github:winapps-org/winapps";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix.url = "github:nix-community/stylix";
|
||||
|
||||
emacs-overlay = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue