finally getting rid of old terminal structure
This commit is contained in:
parent
7eb8da31e0
commit
4136136d85
10 changed files with 131 additions and 103 deletions
nixos/components/gui/home-manager
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue