mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
gg
This commit is contained in:
parent
78195d6fb7
commit
aebd716c44
1 changed files with 0 additions and 19 deletions
|
|
@ -14,25 +14,6 @@ in
|
|||
(self + /modules/nixos/linux/gui/desktopish/fonts.nix)
|
||||
(self + /modules/nixos/linux/gui/desktopish/steam.nix)
|
||||
(self + /modules/nixos/linux/gui/_1password.nix)
|
||||
|
||||
# bevel perSystem home module
|
||||
# XXX: Can't do this in `modules/home` due to upstream design
|
||||
{
|
||||
home-manager.sharedModules = [
|
||||
flake.inputs.bevel.homeManagerModules.${pkgs.system}.default
|
||||
{
|
||||
programs.bevel = {
|
||||
enable = true; # Make the CLI available
|
||||
harness = {
|
||||
bash = {
|
||||
enable = true; # Gather history from bash
|
||||
bindings = true; # Bind C-p and C-r
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue