Merge branch 'master' of git.aciceri.dev:aciceri/nixfleet
This commit is contained in:
commit
66308177ed
5 changed files with 207 additions and 0 deletions
4
hmModules/ib-tws/default.nix
Normal file
4
hmModules/ib-tws/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ fleetFlake, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ fleetFlake.packages.${pkgs.system}.ib-tws ];
|
||||
}
|
|
@ -68,6 +68,9 @@ environment {
|
|||
DISPLAY ":0"
|
||||
}
|
||||
|
||||
hotkey-overlay {
|
||||
skip-at-startup
|
||||
}
|
||||
|
||||
// You can configure outputs by their name, which you can find
|
||||
// by running `niri msg outputs` while inside a niri instance.
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
home.sessionVariables = {
|
||||
DISPLAY = ":0";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
};
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue