Switch to upstream repo, change xonsh config

This commit is contained in:
Julia Lange 2024-03-16 11:12:22 -07:00
parent cc93472fde
commit 1e5ae3b644
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";