mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: share builder setup across machines
This commit is contained in:
parent
7919ce882d
commit
8024315063
5 changed files with 5 additions and 11 deletions
|
|
@ -119,6 +119,7 @@ in
|
|||
bismuth = {
|
||||
system = "aarch64-darwin";
|
||||
modules = [
|
||||
self.nixosModules.builders
|
||||
{
|
||||
home-manager.users.leana = {
|
||||
programs.neovim.extraLangServers.enable = true;
|
||||
|
|
@ -175,6 +176,7 @@ in
|
|||
inputs.disko.nixosModules.default
|
||||
self.diskoConfigurations.carbon
|
||||
self.nixosModules.zram
|
||||
self.nixosModules.builders
|
||||
{
|
||||
home-manager.users.leana = {
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue