Added nixos config for battlestation
This commit is contained in:
24
homes/x86_64-linux/andreas@drivebystation-nix/default.nix
Normal file
24
homes/x86_64-linux/andreas@drivebystation-nix/default.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
inherit (lib.my-namespace) enabled;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
# ../modules.nix
|
||||
];
|
||||
my-namespace.home = {
|
||||
stream-tools = enabled;
|
||||
# networking = enabled;
|
||||
# personal-apps = enabled;
|
||||
# suites.laptop = enabled;
|
||||
};
|
||||
home = {
|
||||
packages = [
|
||||
pkgs.nil
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user