test
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
python313
|
||||
];
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
# themeFile = "kanagawa";
|
||||
themeFile = "kanagawa";
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
|
||||
Reference in New Issue
Block a user