Remove unused modules
This commit is contained in:
parent
8240e28c06
commit
1502fa1e36
4 changed files with 0 additions and 50 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
nord = import ../configs/themes/nord.nix;
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.rice.font.monospace.package ];
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# font = pkgs.rice.font.monospace;
|
||||
# font = {
|
||||
# package = pkgs.nerdfonts;
|
||||
# name = "Fira Code Retina Nerd Font Complete";
|
||||
# size = 9;
|
||||
# };
|
||||
font = "${pkgs.rice.font.monospace.name} 10";
|
||||
};
|
||||
extraConfig = ''
|
||||
backround_opacity = 0.95;
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue