mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
helix fix and some useful zsh functions
This commit is contained in:
parent
4964b6036b
commit
346d04e632
10 changed files with 206 additions and 37 deletions
|
@ -58,6 +58,7 @@
|
|||
, lanzaboote
|
||||
, purge
|
||||
, trucksimulatorbot
|
||||
, helix
|
||||
, ...
|
||||
}@attrs: {
|
||||
packages.x86_64-linux = {
|
||||
|
@ -100,7 +101,7 @@
|
|||
};
|
||||
nuc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.inputs = attrs;
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.intel-nuc-8i7beh
|
||||
nix-index-database.nixosModules.nix-index
|
||||
|
@ -112,7 +113,7 @@
|
|||
};
|
||||
falkenstein-1 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.inputs = attrs;
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/falkenstein-1
|
||||
./shared
|
||||
|
@ -127,7 +128,7 @@
|
|||
};
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.inputs = attrs;
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/vm
|
||||
./shared
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue