diff --git a/nixos/flake.lock b/nixos/flake.lock index a4a7089..26e30cb 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -93,11 +93,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1696879762, - "narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=", + "lastModified": 1697059129, + "narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a", + "rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593", "type": "github" }, "original": { diff --git a/nixos/modules/utils/vim/default.nix b/nixos/modules/utils/vim/default.nix index 7da1b1a..0a9cbb6 100644 --- a/nixos/modules/utils/vim/default.nix +++ b/nixos/modules/utils/vim/default.nix @@ -9,7 +9,7 @@ programs.vim = { enable = true; extraConfig = '' - colorscheme tdpeuter-dark + colorscheme tdpeuter-light " Tags " pacman -S ctags diff --git a/stow/kitty/.config/kitty/kitty.conf b/stow/kitty/.config/kitty/kitty.conf index 35935c5..182e72b 100644 --- a/stow/kitty/.config/kitty/kitty.conf +++ b/stow/kitty/.config/kitty/kitty.conf @@ -764,7 +764,7 @@ visual_bell_color #b00020 #: to be pts. Note that borders are displayed only when more than one #: window is visible. They are meant to separate multiple windows. -# draw_minimal_borders yes +draw_minimal_borders yes #: Draw only the minimum borders needed. This means that only the #: borders that separate the window from a neighbor are drawn. Note @@ -821,7 +821,7 @@ window_padding_width 5 #: Fade the text in inactive windows by the specified amount (a number #: between zero and one, with zero being fully faded). -hide_window_decorations yes +# hide_window_decorations no #: Hide the window decorations (title-bar and window borders) with #: yes. On macOS, titlebar-only can be used to only hide the titlebar.