use sudo-rs, update ghostty, ralsei in fastfetch
This commit is contained in:
21
flake.nix
21
flake.nix
@@ -1,13 +1,14 @@
|
||||
{
|
||||
description = "I use Nix BTW... I'm Hyprlanding it!!";
|
||||
# I use Nix BTW -> @iUseNixBTW (https://roblox.com/users/1083030325)
|
||||
# totally not a flex btw
|
||||
description = "https://tangled.sh/@ocbwoy3.dev/nix";
|
||||
|
||||
inputs = {
|
||||
# Core
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
||||
# Desktop + Theming
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -15,17 +16,19 @@
|
||||
hyprlock.url = "github:hyprwm/hyprlock";
|
||||
hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo";
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
# Programs
|
||||
tuxstrap.url = "git+https://tangled.sh/@ocbwoy3.dev/tuxstrap";
|
||||
|
||||
# Package tooling
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
|
||||
# Extras
|
||||
tangled.url = "git+https://tangled.sh/@tangled.sh/core";
|
||||
|
||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||
|
||||
};
|
||||
|
||||
# Required by NixOS:
|
||||
|
||||
Reference in New Issue
Block a user