mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed alacritty and moved st
This commit is contained in:
parent
81f24d95b3
commit
2588649e67
4 changed files with 10 additions and 82 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -52,6 +52,7 @@ in {
|
|||
environment.systemPackages = [
|
||||
sp.dmenu
|
||||
sp.dwm
|
||||
sp.st
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue