finally getting rid of old terminal structure

This commit is contained in:
Ingolf Wagner 2023-06-30 22:10:42 +02:00
commit 4136136d85
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
10 changed files with 131 additions and 103 deletions
nixos/components/gui/home-manager

View file

@ -9,6 +9,8 @@ with lib;
./i3.nix
];
# todo slice this configuration file properly
# todo a home-manager folder make no sense
config = mkIf config.components.gui.enable {
# don't run autoload -U compinit && compinit before ~/.zshrc
@ -16,8 +18,6 @@ with lib;
home-manager.users.mainUser = {
home.stateVersion = "22.11";
# a better cat
programs.bat = {
enable = true;