From 2588649e67b325150205b1c8c5fc00b57f97e874 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 21 Mar 2023 22:06:59 -0400 Subject: [PATCH] removed alacritty and moved st --- flake.lock | 18 ++++---- misc/alacritty.yml | 71 -------------------------------- modules/DE/dwm.nix | 1 + systems/gerg-desktop/default.nix | 2 - 4 files changed, 10 insertions(+), 82 deletions(-) delete mode 100644 misc/alacritty.yml diff --git a/flake.lock b/flake.lock index c9debb8..febfb66 100644 --- a/flake.lock +++ b/flake.lock @@ -134,11 +134,11 @@ }, "master": { "locked": { - "lastModified": 1679425154, - "narHash": "sha256-Q5nRtuIT/IlEUGshmHe5PYbc9H72aps5HzP/ae8ehpo=", + "lastModified": 1679449788, + "narHash": "sha256-IoKeV3r+MjY46JyBoOa8+YhHL3Ck+ZEo2DYaYCR92Ek=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e400f93529cb4ad6e095e42b17b303f5003f6f26", + "rev": "b63385ad1fa5ac5116f954cabace316a4f6a5141", "type": "github" }, "original": { @@ -345,11 +345,11 @@ }, "stable": { "locked": { - "lastModified": 1679224734, - "narHash": "sha256-1Ab3xY7Wgo1h1TNwRt6fp2XjV+KUo+hP1Bolh0KiDJs=", + "lastModified": 1679318992, + "narHash": "sha256-uoj5Oy6hruIHuxzfQZtcalObe5kPrX9v+ClUMFEOzmE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "eac7da7b519a5aefe92c33c90b4450a24ebe0ab3", + "rev": "e2c97799da5f5cd87adfa5017fba971771e123ef", "type": "github" }, "original": { @@ -366,11 +366,11 @@ ] }, "locked": { - "lastModified": 1679426612, - "narHash": "sha256-iKZY72PFZFzpWk3FwXW1zHClF+nXQfvMTiitPXy97Ck=", + "lastModified": 1679448085, + "narHash": "sha256-PCii3nM1JY3ckmzFUx+MVkHNW8YGz1Qc+6UHM7BDIQU=", "owner": "Gerg-L", "repo": "suckless", - "rev": "4a993e255f722fe6bc9847e432a91858c4e7d65b", + "rev": "27f21c949cb78c0330f65bcaa29fd80458343eb6", "type": "github" }, "original": { diff --git a/misc/alacritty.yml b/misc/alacritty.yml deleted file mode 100644 index e81bc0b..0000000 --- a/misc/alacritty.yml +++ /dev/null @@ -1,71 +0,0 @@ -window: - dimensions: - columns: 100 - lines: 85 - padding: - x: 0 - y: 0 - dynamic_padding: false - decorations: None - startup_mode: Windowed - opacity: 1.0 -scrolling: - history: 5000 - multiplier: 5 -font: - size: 10.0 - offset: - x: 0 - y: 0 - glyph_offset: - x: 0 - y: 0 -custom_cursor_colors: true -colors: - primary: - background: '#080808' - foreground: '#b2b2b2' - bright_foreground: '#eeeeee' - - cursor: - text: '#080808' - cursor: '#9e9e9e' - - selection: - text: '#080808' - background: '#b2ceee' - - normal: - black: '#323437' - red: '#ff5454' - green: '#8cc85f' - yellow: '#e3c78a' - blue: '#80a0ff' - magenta: '#cf87e8' - cyan: '#79dac8' - white: '#c6c6c6' - - bright: - black: '#949494' - red: '#ff5189' - green: '#36c692' - yellow: '#c2c292' - blue: '#74b2ff' - magenta: '#ae81ff' - cyan: '#85dc85' - white: '#e4e4e4' -bell: - animation: EaseOutExpo - color: '#ffffff' - duration: 0 -selection: - semantic_escape_chars: ",│`|:\"' ()[]{}<>" - save_to_clipboard: false - -mouse: - double_click: { threshold: 300 } - triple_click: { threshold: 300 } - hide_when_typing: true -cursor: - style: Beam - diff --git a/modules/DE/dwm.nix b/modules/DE/dwm.nix index 2b7a0cc..51bb7b3 100644 --- a/modules/DE/dwm.nix +++ b/modules/DE/dwm.nix @@ -52,6 +52,7 @@ in { environment.systemPackages = [ sp.dmenu sp.dwm + sp.st ]; }; } diff --git a/systems/gerg-desktop/default.nix b/systems/gerg-desktop/default.nix index e48da38..8c40ec4 100644 --- a/systems/gerg-desktop/default.nix +++ b/systems/gerg-desktop/default.nix @@ -52,8 +52,6 @@ inputs: { pkgs.vlc #play stuff pkgs.neovide #gui neovim pkgs.ripgrep - inputs.suckless.packages.${pkgs.system}.st - pkgs.alacritty pkgs.lutris pkgs.prismlauncher # wrap webcord to remove state file https://github.com/SpacingBat3/WebCord/issues/360