add kitty
This commit is contained in:
parent
88113157dc
commit
e54b1d50d2
2 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,12 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf config.components.gui.enable {
|
||||
|
||||
environment.systemPackages = [
|
||||
# we install this to have a terminal with a dark theme
|
||||
pkgs.kitty
|
||||
];
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
programs.i3status-rust = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
pipenv
|
||||
zlib # needed for NumPy
|
||||
nodejs
|
||||
git
|
||||
]);
|
||||
runScript = "pycharm-professional";
|
||||
};
|
||||
|
@ -43,6 +44,8 @@
|
|||
|
||||
overviewer
|
||||
|
||||
openscad
|
||||
freecad
|
||||
cura
|
||||
|
||||
# record your terminal
|
||||
|
|
Loading…
Reference in a new issue