added rofi
This commit is contained in:
parent
13d8081bfb
commit
9a9a94d55d
2 changed files with 135 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
import = [
|
||||
./components/rofi.nix
|
||||
];
|
||||
# Enable the X11 windowing system.
|
||||
# You can disable this if you're only using the Wayland session.
|
||||
services.xserver.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue