kardorf: more migration from nixos to home-manager

This commit is contained in:
2024-03-18 15:09:36 +01:00
parent 4f0fe50d0a
commit fdd53faa62
9 changed files with 261 additions and 279 deletions

View File

@ -27,6 +27,7 @@ in {
config = mkIf cfg.enable {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};
};

View File

@ -29,6 +29,7 @@ in {
config = mkIf cfg.enable {
programs = { i3status-rust = { enable = true; }; };
home.packages = with pkgs; [ nitrogen ];
xsession.windowManager.i3 = { enable = true; };
# Overwrite default home-manager config file

View File

@ -19,11 +19,11 @@ start_program()
}
i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-messaging.json'
start_program chat.schildi.desktop
start_program schildichat-desktop
sleep 0.1
start_program telegram-desktop
sleep 0.1
start_program chat.rocket.RocketChat
start_program rocketchat-desktop
sleep 0.1
start_program thunderbird
sleep 0.1