First working version of NixOS intall
This commit is contained in:
commit
5ab67429b2
47 changed files with 1801 additions and 0 deletions
27
modules/home/desktop/sway/fuzzel.nix
Normal file
27
modules/home/desktop/sway/fuzzel.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Fira Code Nerd Font Mono:size=9";
|
||||
icon-theme = "Papirus-Dark";
|
||||
width = 60;
|
||||
show-actions = "yes";
|
||||
launch-prefix = "swaymsg exec --";
|
||||
};
|
||||
border = {
|
||||
radius = 0;
|
||||
width = 1;
|
||||
};
|
||||
colors = {
|
||||
border = "f268b3ff";
|
||||
background = "121212ff";
|
||||
text = "ccccccff";
|
||||
selection = "323232ff";
|
||||
selection-text = "ccccccff";
|
||||
match = "f268b3ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue