added an overlay, the foot terminal and hypr stuff
This commit is contained in:
parent
1f0d18e81a
commit
381f9add94
15 changed files with 744 additions and 4 deletions
|
@ -25,8 +25,10 @@
|
|||
i3.enable = true;
|
||||
awesome.enable = true;
|
||||
schizofox.enable = true;
|
||||
obs.enable = true;
|
||||
#foot.enable = true;
|
||||
# obs.enable = true;
|
||||
displaymanager.enable = true;
|
||||
# vivado.enable = true;
|
||||
#neovim.enable = true;
|
||||
#git = {
|
||||
# enable = true;
|
||||
|
@ -35,6 +37,15 @@
|
|||
# defaultBranch = "main";
|
||||
#};
|
||||
starship.enable = true;
|
||||
hypr = {
|
||||
land = {
|
||||
enable = false;
|
||||
extraPlugins = [
|
||||
inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces
|
||||
];
|
||||
};
|
||||
#lock.enable = true;
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
profiling = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue