add host specific config for user christoph
This commit is contained in:
21
home/christoph/nixinator/default.nix
Normal file
21
home/christoph/nixinator/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
|
||||
|
||||
rec {
|
||||
imports = [
|
||||
../../../modules
|
||||
];
|
||||
|
||||
modules.audio = {
|
||||
enable = true;
|
||||
|
||||
# TODO: Remove the config link when disabled
|
||||
carla.enable = true;
|
||||
bitwig.enable = false;
|
||||
yabridge.enable = true;
|
||||
yabridge.autoSync = true;
|
||||
|
||||
extraPackages = with pkgs; [ audacity vcv-rack ];
|
||||
};
|
||||
|
||||
modules.gaming = {};
|
||||
}
|
8
home/christoph/nixtop/default.nix
Normal file
8
home/christoph/nixtop/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
|
||||
|
||||
rec {
|
||||
imports = [
|
||||
../../../modules
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user