Compare commits

..

2 Commits

Author SHA1 Message Date
d3ce08e765 misc/stylix: new wallpaper
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-18 00:22:46 +03:00
5859b9d469 flake.nix: sort
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-18 00:22:46 +03:00
2 changed files with 39 additions and 23 deletions

View File

@ -2,19 +2,25 @@
description = "unexplrd's personal configuration"; description = "unexplrd's personal configuration";
inputs = { inputs = {
# lix.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz"; # lix = {
# neve.url = "git+https://gitea.linerds.us/unexplrd/Neve"; # inputs.nixpkgs.follows = "nixpkgs";
# url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz";
# };
# neve = {
# inputs.nixvim.follows = "nixvim";
# url = "git+https://gitea.linerds.us/unexplrd/Neve";
# };
# nixvim.url = "github:nix-community/nixvim"; # nixvim.url = "github:nix-community/nixvim";
# lix.inputs.nixpkgs.follows = "nixpkgs";
# neve.inputs.nixvim.follows = "nixvim";
blueprint = { blueprint = {
url = "github:numtide/blueprint"; url = "github:numtide/blueprint";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
chaotic = { chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
inputs.home-manager.follows = "home-manager"; home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
}; };
disko = { disko = {
url = "github:nix-community/disko/latest"; url = "github:nix-community/disko/latest";
@ -30,9 +36,11 @@
}; };
hyprsunset = { hyprsunset = {
url = "github:hyprwm/hyprsunset"; url = "github:hyprwm/hyprsunset";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
inputs.hyprland-protocols.follows = "hyprland/hyprland-protocols"; hyprland-protocols.follows = "hyprland/hyprland-protocols";
inputs.hyprutils.follows = "hyprland/hyprutils"; hyprutils.follows = "hyprland/hyprutils";
nixpkgs.follows = "nixpkgs";
};
}; };
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2"; url = "github:nix-community/lanzaboote/v0.4.2";
@ -42,24 +50,20 @@
url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets"; url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets";
flake = false; flake = false;
}; };
nix-flatpak = { nix-flatpak.url = "github:gmodena/nix-flatpak";
url = "github:gmodena/nix-flatpak";
};
nix-index-database = { nix-index-database = {
url = "github:nix-community/nix-index-database"; url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-cosmic = { nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic"; url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
inputs.nixpkgs-stable.follows = "nixpkgs-stable"; nixpkgs-stable.follows = "nixpkgs-stable";
}; nixpkgs.follows = "nixpkgs";
nixos-facter-modules = { };
url = "github:numtide/nixos-facter-modules";
};
nixpkgs-stable = {
url = "github:nixos/nixpkgs/nixos-24.11";
}; };
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs = { nixpkgs = {
# url = "github:NixOS/nixpkgs?ref=nixos-unstable"; # url = "github:NixOS/nixpkgs?ref=nixos-unstable";
# workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'` # workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'`
@ -71,8 +75,10 @@
}; };
stylix = { stylix = {
url = "github:danth/stylix"; url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
inputs.home-manager.follows = "home-manager"; home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
}; };
walker = { walker = {
url = "github:abenz1267/walker"; url = "github:abenz1267/walker";

View File

@ -60,6 +60,16 @@
name = "wallhaven-p9pd23.png"; name = "wallhaven-p9pd23.png";
sha256 = "7CMuETntiVUCKhUIdJzX+sf3F47GvuX2a61o4xbEzww="; sha256 = "7CMuETntiVUCKhUIdJzX+sf3F47GvuX2a61o4xbEzww=";
}; };
mountains-sepia = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/k8/wallhaven-k89k81.jpg";
name = "wallhaven-k89k81.jpg";
sha256 = "C0lvJ0ff0mCC3i9mmeHZsj/n6Ehkp3jaslVr7VDUB3k=";
};
jcurry-cloud = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/7j/wallhaven-7j6wpy.jpg";
name = "wallhaven-je8rwq.jpg";
sha256 = "xsuCYc0mCDkrJZ+BUmEEclAfF17g1n39JHeubtZHP78=";
};
}; };
themes = { themes = {
rose-pine-dawn = { rose-pine-dawn = {
@ -109,7 +119,7 @@
gruvbox-dark-pale = { gruvbox-dark-pale = {
polarity = "dark"; polarity = "dark";
scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml"; scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
wallpaper = wallpapers.nixos-rainbow; wallpaper = wallpapers.mountains-sepia;
serif = { serif = {
# package = iosevkaPackage; # package = iosevkaPackage;