Set Styling for rofi

This commit is contained in:
2025-09-03 10:03:29 +02:00
parent 0dc1ae58fb
commit 74bf1dc059
100 changed files with 2836 additions and 2115 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
kdePackages.dolphin
libsForQt5.kio-extras
kio-fuse
];
home.packages = with pkgs; [
kdePackages.dolphin
libsForQt5.kio-extras
kio-fuse
];
}

View File

@@ -1,11 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
krusader
krename
kdiff3
# kdePackages.kompare
xxdiff
];
home.packages = with pkgs; [
krusader
krename
kdiff3
# kdePackages.kompare
xxdiff
];
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{
progams.spacefm.enable = true;
progams.spacefm.enable = true;
}

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
}