Laptop configuration
This commit is contained in:
parent
7c8c81a9aa
commit
084bdfb7ac
@ -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
|
||||||
|
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user