starting with walker ig

This commit is contained in:
martyTF 2025-12-18 08:57:39 +01:00
parent a9119067c5
commit 4cbfffefaa
3 changed files with 123 additions and 17 deletions

View file

@ -1,20 +1,13 @@
{ config, pkgs,... }:
{
config,
pkgs,
inputs,
...
}:
{
home.packages = [pkgs.cmatrix];
home.packages = [ pkgs.cmatrix ];
programs.rofi = {
enable = true;
theme = "sidebar";
font = "sans-serif";
package = pkgs.rofi;
modes = [
"drun"
"run"
"window"
"ssh"
];
extraConfig = {
show-icons = true;
};
};
}