add autoexec and a nice rice image
This commit is contained in:
parent
057d1fe5ea
commit
11d856be19
14 changed files with 141 additions and 61 deletions
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
||||
systems.url = "github:nix-systems/default-linux";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.7.0";
|
||||
opencode.url = "github:GutMutCode/opencode-nix/";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -13,7 +11,7 @@
|
|||
atuin.url = "github:atuinsh/atuin/v18.16.1";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-flatpak, systems, home-manager, opencode, ... } @ inputs: let
|
||||
outputs = { self, nixpkgs, nix-flatpak, systems, home-manager, ... } @ inputs: let
|
||||
inherit (self) outputs;
|
||||
lib = nixpkgs.lib // home-manager.lib;
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
|
||||
|
|
@ -40,7 +38,9 @@
|
|||
nix-flatpak.nixosModules.nix-flatpak
|
||||
./hosts/limgrave/nixos
|
||||
({ ... }: {
|
||||
nixpkgs.overlays = [ inputs.atuin.overlays.default opencode.overlays.default ];
|
||||
nixpkgs.overlays = [
|
||||
inputs.atuin.overlays.default
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue