diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-11-29 00:22:23 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-11-29 00:22:23 +0300 |
| commit | 2fcdab89e98354f5a69cfe1c3dfa23e9d04f60b8 (patch) | |
| tree | f3a80376fddcf87c86c72a327ba4ba103900fd7b /flake.nix | |
| parent | ddd3490dfb592417163e801994a60854dac135fe (diff) | |
update configs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,12 +23,13 @@ url = github:hyprwm/Hyprland; inputs.nixpkgs.follows = "nixpkgs"; }; - nix-gaming.url = "github:fufexan/nix-gaming"; emacs-overlay.url = "github:nix-community/emacs-overlay"; + + ags.url = "github:Aylur/ags"; }; - outputs = { self, nixpkgs, home-manager, nurpkgs, hyprland, ... }@inputs: + outputs = { self, nixpkgs, home-manager, nurpkgs, hyprland, emacs-overlay, ags, ... }@inputs: let inherit (self) outputs; forAllSystems = nixpkgs.lib.genAttrs [ |
