From 0cb3b0cb01c471ba761611a84b7191eaaf035030 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Wed, 8 Mar 2023 05:04:02 +0000 Subject: [PATCH] nyaa~ --- flake.lock | 24 ++++++++++++------------ home/kitty.nix | 1 + home/sway.nix | 2 +- sets/workstation.nix | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 962eeed..b99c1a8 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1676257154, - "narHash": "sha256-eW3jymNLpdxS5fkp9NWKyNtgL0Gqtgg1vCTofKXDF1g=", + "lastModified": 1677757546, + "narHash": "sha256-tA1ukoluctzLVyWRaKtD4KlTwgXbUsGB5vcyni1OJ9I=", "owner": "nix-community", "repo": "home-manager", - "rev": "2cb27c79117a2a75ff3416c3199a2dc57af6a527", + "rev": "86bb69b0b1e10d99a30c4352f230f03106dd0f8a", "type": "github" }, "original": { @@ -24,11 +24,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1676924492, - "narHash": "sha256-78278eyP55JRFe7UCpmFwdkrTY6H2arzTpVeteWo8kM=", + "lastModified": 1678095239, + "narHash": "sha256-4F6jovFJcwh6OkMsY94ZrHdrvVqZi1FX5pYv6V9LIQw=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "d24ea777c57b69c6b143cf11d83184ef71b0dbbf", + "rev": "f6610997b0fc5ea5f9e142c348fca27497efe1c7", "type": "github" }, "original": { @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1677075010, - "narHash": "sha256-X+UmR1AkdR//lPVcShmLy8p1n857IGf7y+cyCArp8bU=", + "lastModified": 1678137616, + "narHash": "sha256-T+lWTRdcYaOnZQW+Ehdlg+YldC2l9cq2GXJFPq22Nxc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c95bf18beba4290af25c60cbaaceea1110d0f727", + "rev": "7edcdf7b169c33cd3eef9aba50521ce93ee666b8", "type": "github" }, "original": { @@ -55,11 +55,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1677063315, - "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=", + "lastModified": 1678111249, + "narHash": "sha256-ZTIbK7vthZwti5XeLZE+twkb4l44q01q2XoLMmmJe94=", "owner": "nixos", "repo": "nixpkgs", - "rev": "988cc958c57ce4350ec248d2d53087777f9e1949", + "rev": "a028e2873d7fcf44e66b784b4ba061824315537f", "type": "github" }, "original": { diff --git a/home/kitty.nix b/home/kitty.nix index 78705f2..0cc0b29 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -11,6 +11,7 @@ settings = { update_check_interval = 0; close_on_child_death = true; + confirm_os_window_close = 2; enable_audio_bell = 0; term = "kitty"; clipboard_control = false; diff --git a/home/sway.nix b/home/sway.nix index 4bfef00..ea4f506 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -42,7 +42,7 @@ in ''; config = { modifier = "Mod4"; - terminal = "alacritty"; + terminal = "kitty"; menu = "wofi -i -S run"; fonts = { diff --git a/sets/workstation.nix b/sets/workstation.nix index b35be89..c49001b 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -13,7 +13,7 @@ environment = { variables.EDITOR = "nvim"; - variables.TERMINAL = "alacritty"; + variables.TERMINAL = "kitty"; enableDebugInfo = true; };