Setting up rofi

This commit is contained in:
Miguel Palhas
2024-10-05 11:44:41 +01:00
parent ccbcd5601f
commit e2f324ffaa
18 changed files with 199 additions and 157 deletions
+9 -1
View File
@@ -1,4 +1,12 @@
{ inputs, pkgs, modulesPath, nixpkgs, lib, ... }: {
{
inputs,
pkgs,
modulesPath,
nixpkgs,
lib,
...
}:
{
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")