Might break stuff 3 dubiousTree

This commit is contained in:
Bryan Ramos 2024-01-27 15:06:19 -05:00
parent c52d46455a
commit a5e30b7bca
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,5 @@
{
hmup = "home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'";
nixup = "sudo nixos-rebuild switch --flake $HOME/Documents/projects/nixos#desktop";
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
chat = "weechat";
open = "xdg-open";
}

View file

@ -1,10 +1,10 @@
{ lib, config, ... }:
with lib;
let
let
cfg = config.modules.bash;
in
in
{ options.modules.bash = { enable = mkEnableOption "bash"; };
config = mkIf cfg.enable {
programs.bash = {

View file

@ -18,6 +18,9 @@
merge = {
tool = "lazygit";
};
safe = {
directory = "/etc/nixos";
};
};
ignores = [