This commit is contained in:
foxora 2026-02-13 17:08:03 +00:00
commit 731ffc80e5
31 changed files with 940 additions and 845 deletions

View file

@ -1,8 +1,4 @@
{ config, inputs, pkgs, ... }:
let
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
{
{...}: {
programs.rofi = {
enable = true;