Working on tito now!

This commit is contained in:
2025-01-03 22:09:38 -06:00
parent a2ec55e821
commit 19b229b265
5 changed files with 139 additions and 120 deletions

View File

@@ -2,12 +2,12 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
home-manager.url = "github:nix-community/home-manager?ref=release-24.05";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
home-manager.url = "github:nix-community/home-manager?ref=release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
#hyprland.url = "github:hyprwm/Hyprland";
#nix-colors.url = "github:misterio77/nix-colors";
stylix.url = "github:danth/stylix/release-24.05";
stylix.url = "github:danth/stylix/release-24.11";
sops-nix.url = "github:Mic92/sops-nix";
};