Switch to upstream repo, change xonsh config

This commit is contained in:
JuliaLange 2024-03-16 11:12:22 -07:00
parent b12cc17adb
commit b6b6a956ee
5 changed files with 138 additions and 57 deletions

View file

@ -2,14 +2,11 @@
description = "Home Manager configuration of pan";
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:langedev/nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-unstable";
home-manager = {
url = "github:langedev/home-manager";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
hyprland-contrib = {
url = "github:hyprwm/contrib";