added rofi

This commit is contained in:
Ranomier 2024-12-08 06:16:56 +01:00
parent 13d8081bfb
commit 9a9a94d55d
2 changed files with 135 additions and 0 deletions

View file

@ -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;