1
0
Fork 0
forked from foxora/nix
This commit is contained in:
foxora 2026-02-13 17:08:03 +00:00
commit 5c0e3c2656
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;