Switch to upstream repo, change xonsh config
This commit is contained in:
parent
b12cc17adb
commit
b6b6a956ee
5 changed files with 138 additions and 57 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue