feat: f*ck you nvidia
This commit is contained in:
parent
bb446c29ee
commit
36ace852a8
15 changed files with 95 additions and 46 deletions
13
users/gandalf/modules/gui/i3/rofi.nix
Normal file
13
users/gandalf/modules/gui/i3/rofi.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let
|
||||
common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
|
||||
in
|
||||
{
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = common.font;
|
||||
location = "center";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue