przystosowanie konfiguracji pod siebie

This commit is contained in:
2025-09-18 16:01:58 +02:00
parent be171552d0
commit 0908e9eed6
165 changed files with 1799 additions and 11964 deletions

View File

@@ -1,4 +1,5 @@
{ ... }: {
{ ... }:
{
home.file.".config/rofi/config-long.rasi".text = ''
@import "~/.config/rofi/config.rasi"
window {

View File

@@ -1,4 +1,5 @@
{ ... }: {
{ ... }:
{
imports = [
./config-long.nix
./rofi.nix

View File

@@ -1,11 +1,13 @@
{ pkgs
, config
, ...
}: {
{
pkgs,
config,
...
}:
{
programs = {
rofi = {
enable = true;
package = pkgs.rofi-wayland;
package = pkgs.rofi;
extraConfig = {
modi = "drun,filebrowser,run";
show-icons = true;