Skip to content

Commit c99393a

Browse files
fxzzifufexan
authored andcommitted
flake.nix: switch to rags and add back follows
1 parent 4b76e4b commit c99393a

File tree

2 files changed

+38
-66
lines changed

2 files changed

+38
-66
lines changed

flake.lock

Lines changed: 32 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
};
6666

6767
ags = {
68-
# last commit I had before ags switched to astal (thus breaking my config)
68+
# use raf's fork of agsv1.
6969
# TODO: set up quickshell ASAP
70-
url = "github:Aylur/ags/60180a184cfb32b61a1d871c058b31a3b9b0743d";
71-
# inputs = {
72-
# nixpkgs.follows = "nixpkgs";
73-
# systems.follows = "systems";
74-
# };
70+
url = "github:NotAShelf/rags";
71+
inputs = {
72+
nixpkgs.follows = "nixpkgs";
73+
systems.follows = "systems";
74+
};
7575
};
7676

7777
anyrun.url = "github:fufexan/anyrun/launch-prefix";

0 commit comments

Comments
 (0)