Home: installed foot properly so stylix can do it's thing
This commit is contained in:
parent
6543e43b72
commit
4dc519be8c
2 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
./foot.nix
|
||||||
./games.nix
|
./games.nix
|
||||||
./kodi.nix
|
./kodi.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
|
|
|
||||||
14
home/programs/foot.nix
Normal file
14
home/programs/foot.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
programs.foot = {
|
||||||
|
enable = true;
|
||||||
|
settings = {};
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.desktopEntries = builtins.listToAttrs (map (x: {
|
||||||
|
name = "${x}";
|
||||||
|
value = {
|
||||||
|
name = "";
|
||||||
|
noDisplay = true;
|
||||||
|
};
|
||||||
|
}) ["footclient" "foot-server"]);
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue