mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
swaylock-effects patch, moved to kitty + fira code
This commit is contained in:
parent
d10f9d6292
commit
3247d303ed
15 changed files with 67 additions and 21 deletions
|
|
@ -6,6 +6,7 @@
|
|||
users.arc
|
||||
users.hexchen
|
||||
./system.nix
|
||||
./kitty.nix
|
||||
./home.nix
|
||||
./profiles.nix
|
||||
./shell.nix
|
||||
|
|
|
|||
5
config/profiles/base/kitty.nix
Normal file
5
config/profiles/base/kitty.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.kitty.terminfo ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue