This commit is contained in:
Sridhar Ratnakumar 2024-11-18 13:58:46 -05:00
parent 78195d6fb7
commit aebd716c44
No known key found for this signature in database

View file

@ -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;