56 current 2024-02-29 23:21:22 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
70f94b109d
commit
78fdbf4903
2 changed files with 14 additions and 9 deletions
|
|
@ -13,6 +13,7 @@
|
|||
inputs.nixvim.homeManagerModules.nixvim
|
||||
../rice/hyprland
|
||||
../rice/gtk.nix
|
||||
../rice/kitty.nix
|
||||
../shell
|
||||
];
|
||||
|
||||
|
|
@ -99,15 +100,6 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Iosevka Nerd Font Mono";
|
||||
size = 14;
|
||||
};
|
||||
theme = "Ayu Mirage";
|
||||
};
|
||||
|
||||
programs.nixvim = ./vim.nix;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue