Compare commits

..

2 Commits

Author SHA1 Message Date
4d2ee54904
Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix
Merge
2024-06-20 13:01:28 +02:00
084bdfb7ac
Laptop configuration 2024-06-20 13:00:14 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,7 @@
unstable.cubiomes-viewer unstable.cubiomes-viewer
unstable.yt-dlp unstable.yt-dlp
unstable.rnote unstable.rnote
unstable.vesktop
# Image editing # Image editing
gimp gimp

View File

@ -14,11 +14,16 @@
enable = true; enable = true;
}; };
programs.zellij = { programs.starship = {
enable = true; enable = true;
enableBashIntegration = true; enableBashIntegration = true;
}; };
programs.zellij = {
enable = true;
# enableBashIntegration = true;
};
home.file.zellij = { home.file.zellij = {
target = ".config/zellij/config.kdl"; target = ".config/zellij/config.kdl";
text = '' text = ''