hosts: add elnucentre
This commit is contained in:
parent
70474fac8e
commit
4835d30b62
5 changed files with 112 additions and 0 deletions
13
hosts/elnucentre/home.nix
Normal file
13
hosts/elnucentre/home.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/bash
|
||||
../../modules/neovim
|
||||
];
|
||||
# Disable greeter, which is getting run twice somehow
|
||||
programs.bash = with import ../../modules/bash/bashrc.nix; {
|
||||
bashrcExtra = lib.mkForce bashrcExtra;
|
||||
profileExtra = greeter;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue