added niri (doesnt work yet) and updated flake
This commit is contained in:
parent
fb367166a5
commit
887cd0486e
5 changed files with 79 additions and 50 deletions
|
@ -1,6 +1,31 @@
|
|||
{...}: {
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
outputs = {
|
||||
"eDP-2" = {
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
# "lenovo-1" = {
|
||||
# position = {
|
||||
# x = -960;
|
||||
# y = -1080;
|
||||
# };
|
||||
# };
|
||||
# "lenovo-2" = {
|
||||
# position = {
|
||||
# x = 960;
|
||||
# y = 1080;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
binds = {
|
||||
"Mod+1".action.spawn = "alacritty";
|
||||
"Mod+1".hotkey-overlay.hidden = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
unzip # lets you unzip files
|
||||
vlc # media player
|
||||
vial # gui for qmk stuff
|
||||
qmk # qmk configurator
|
||||
stable.qmk # qmk configurator
|
||||
wl-clipboard # command-line copy/paste
|
||||
lutris # game launcher
|
||||
tenacity # small DAW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue