This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager.git
synced
2025-03-10 18:57:22 +00:00
Code
Activity
4949081d1e
home-manager
/
tests
/
modules
/
programs
/
foot
/
empty-settings.nix
8 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
foot: add module Foot is a fast terminal emulator for Wayland. It can optionally be run in a client-server configuration. There are three unit tests to handle an empty configuration, the default configuration, and systemd service file generation.
2021-05-14 22:42:00 +02:00
{
tests: rework derivation stubbing Instead of having to manually stub packages that should not be downloaded we instead automatically stub all packages (except a small list of whitelisted ones). Tests can re-introduce the real package by using the `realPkgs` module argument.
2025-01-31 21:24:47 +01:00
programs
.
foot
.
enable
=
true
;
foot: add module Foot is a fast terminal emulator for Wayland. It can optionally be run in a client-server configuration. There are three unit tests to handle an empty configuration, the default configuration, and systemd service file generation.
2021-05-14 22:42:00 +02:00
tests: rework derivation stubbing Instead of having to manually stub packages that should not be downloaded we instead automatically stub all packages (except a small list of whitelisted ones). Tests can re-introduce the real package by using the `realPkgs` module argument.
2025-01-31 21:24:47 +01:00
nmt
.
script
=
''
assertPathNotExists
home-files/.config/foot
''
;
foot: add module Foot is a fast terminal emulator for Wayland. It can optionally be run in a client-server configuration. There are three unit tests to handle an empty configuration, the default configuration, and systemd service file generation.
2021-05-14 22:42:00 +02:00
}
Copy permalink