mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove kitty
This commit is contained in:
parent
73fc62c6ba
commit
237948a95d
2 changed files with 0 additions and 11 deletions
|
@ -9,7 +9,6 @@ with lib;
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./chromium.nix
|
./chromium.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./kitty.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = mkIf (config.sconfig.desktop.enable) {
|
config = mkIf (config.sconfig.desktop.enable) {
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
environment.systemPackages = [ pkgs.kitty ];
|
|
||||||
environment.etc."xdg/kitty/kitty.conf".text = ''
|
|
||||||
include ${pkgs.kitty-themes}/share/kitty-themes/themes/Tango_Dark.conf
|
|
||||||
term xterm-256color
|
|
||||||
background #1e1e1e
|
|
||||||
font_size 12
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in a new issue