starting with walker ig
This commit is contained in:
parent
a9119067c5
commit
4cbfffefaa
3 changed files with 123 additions and 17 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue