|
2 | 2 | description = "NixOS configuration";
|
3 | 3 |
|
4 | 4 | inputs = {
|
5 |
| - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; |
6 |
| - flake-utils.url = "github:numtide/flake-utils"; |
7 |
| - base16-rofi.url = "github:tinted-theming/base16-rofi"; |
8 | 5 | base16-rofi.flake = false;
|
9 |
| - base16-tmux.url = "github:tinted-theming/base16-tmux"; |
| 6 | + base16-rofi.url = "github:tinted-theming/base16-rofi"; |
10 | 7 | base16-tmux.flake = false;
|
11 |
| - copilot-el.url = "github:zerolfx/copilot.el"; |
| 8 | + base16-tmux.url = "github:tinted-theming/base16-tmux"; |
12 | 9 | copilot-el.flake = false;
|
13 |
| - home-assistant-eero.url = "github:schmittx/home-assistant-eero"; |
14 |
| - home-assistant-eero.flake = false; |
15 |
| - home-manager.url = "github:nix-community/home-manager/release-23.11"; |
16 |
| - home-manager.inputs.nixpkgs.follows = "nixpkgs"; |
| 10 | + copilot-el.url = "github:zerolfx/copilot.el"; |
17 | 11 | emacs-overlay.url = "github:nix-community/emacs-overlay";
|
18 |
| - fish-kubectl-completions.url = "github:evanlucas/fish-kubectl-completions"; |
19 | 12 | fish-kubectl-completions.flake = false;
|
20 |
| - "fzf.fish".url = "github:PatrickF1/fzf.fish"; |
| 13 | + fish-kubectl-completions.url = "github:evanlucas/fish-kubectl-completions"; |
| 14 | + flake-utils.url = "github:numtide/flake-utils"; |
21 | 15 | "fzf.fish".flake = false;
|
22 |
| - git-sync-el.url = "github:mcwitt/git-sync.el"; |
| 16 | + "fzf.fish".url = "github:PatrickF1/fzf.fish"; |
23 | 17 | git-sync-el.flake = false;
|
24 |
| - gitignore.url = "github:github/gitignore"; |
| 18 | + git-sync-el.url = "github:mcwitt/git-sync.el"; |
25 | 19 | gitignore.flake = false;
|
| 20 | + gitignore.url = "github:github/gitignore"; |
| 21 | + home-assistant-eero.flake = false; |
| 22 | + home-assistant-eero.url = "github:schmittx/home-assistant-eero"; |
| 23 | + home-manager.inputs.nixpkgs.follows = "nixpkgs"; |
| 24 | + home-manager.url = "github:nix-community/home-manager/release-23.11"; |
26 | 25 | nixos-hardware.url = "github:NixOS/nixos-hardware";
|
| 26 | + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; |
27 | 27 | nur.url = "github:nix-community/NUR";
|
28 | 28 | pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
29 | 29 | stylix.url = "github:danth/stylix/release-23.11";
|
|
0 commit comments