removed alacritty and moved st

This commit is contained in:
Gerg-L 2023-03-21 22:06:59 -04:00
parent 81f24d95b3
commit 2588649e67
4 changed files with 10 additions and 82 deletions

18
flake.lock generated
View file

@ -134,11 +134,11 @@
}, },
"master": { "master": {
"locked": { "locked": {
"lastModified": 1679425154, "lastModified": 1679449788,
"narHash": "sha256-Q5nRtuIT/IlEUGshmHe5PYbc9H72aps5HzP/ae8ehpo=", "narHash": "sha256-IoKeV3r+MjY46JyBoOa8+YhHL3Ck+ZEo2DYaYCR92Ek=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e400f93529cb4ad6e095e42b17b303f5003f6f26", "rev": "b63385ad1fa5ac5116f954cabace316a4f6a5141",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -345,11 +345,11 @@
}, },
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1679224734, "lastModified": 1679318992,
"narHash": "sha256-1Ab3xY7Wgo1h1TNwRt6fp2XjV+KUo+hP1Bolh0KiDJs=", "narHash": "sha256-uoj5Oy6hruIHuxzfQZtcalObe5kPrX9v+ClUMFEOzmE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "eac7da7b519a5aefe92c33c90b4450a24ebe0ab3", "rev": "e2c97799da5f5cd87adfa5017fba971771e123ef",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -366,11 +366,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679426612, "lastModified": 1679448085,
"narHash": "sha256-iKZY72PFZFzpWk3FwXW1zHClF+nXQfvMTiitPXy97Ck=", "narHash": "sha256-PCii3nM1JY3ckmzFUx+MVkHNW8YGz1Qc+6UHM7BDIQU=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "suckless", "repo": "suckless",
"rev": "4a993e255f722fe6bc9847e432a91858c4e7d65b", "rev": "27f21c949cb78c0330f65bcaa29fd80458343eb6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -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

View file

@ -52,6 +52,7 @@ in {
environment.systemPackages = [ environment.systemPackages = [
sp.dmenu sp.dmenu
sp.dwm sp.dwm
sp.st
]; ];
}; };
} }

View file

@ -52,8 +52,6 @@ inputs: {
pkgs.vlc #play stuff pkgs.vlc #play stuff
pkgs.neovide #gui neovim pkgs.neovide #gui neovim
pkgs.ripgrep pkgs.ripgrep
inputs.suckless.packages.${pkgs.system}.st
pkgs.alacritty
pkgs.lutris pkgs.lutris
pkgs.prismlauncher pkgs.prismlauncher
# wrap webcord to remove state file https://github.com/SpacingBat3/WebCord/issues/360 # wrap webcord to remove state file https://github.com/SpacingBat3/WebCord/issues/360