mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-22 20:36:05 -07:00
Compare commits
No commits in common. "3b1c85cec71a570c7211709899ef01a965e4db46" and "a9bd38f54fadc27a0aabab004d7b92487c51ba67" have entirely different histories.
3b1c85cec7
...
a9bd38f54f
1
TODO.md
Normal file
1
TODO.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Add Nix formatting and linting that works with neovim.
|
@ -70,3 +70,9 @@ alias google-chrome-stable="google-chrome-stable --simulate-outdated-no-au='Tue,
|
|||||||
|
|
||||||
# rsync
|
# rsync
|
||||||
alias rsync.net="ssh fm2120@fm2120.rsync.net"
|
alias rsync.net="ssh fm2120@fm2120.rsync.net"
|
||||||
|
|
||||||
|
# svs subwoofer
|
||||||
|
sv() {
|
||||||
|
pySVS 54:B7:E5:57:1A:7B --volume="$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./gnome.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use performance governor for sweet gaming performance!
|
# Use performance governor for sweet gaming performance!
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
{ config, lib, pkgs, user, home-manager, ... }:
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
gnomeExtensions.executor # Execute shell commands display output top bar.
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.${user} = {
|
|
||||||
dconf.settings = {
|
|
||||||
"org/gnome/shell" = {
|
|
||||||
enabled-extensions = [
|
|
||||||
"executor@raujonas.github.io"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"org/gnome/shell/extensions/executor" = {
|
|
||||||
"click-on-output-active" = false;
|
|
||||||
"center-active" = false;
|
|
||||||
"left-active" = false;
|
|
||||||
"right-active" = true;
|
|
||||||
"right-commands-json" = ''{"commands":[{"isActive":true,"command":"pySVS 54:B7:E5:57:1A:7B --volume=A | grep -oP \"(?<=VOLUME': )-?\\d+\" | xargs -I{} echo \" {}dB\"","interval":20,"uuid":"732cd6de-ff5f-46a7-b8bb-51d1c621cc60"}]}'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -196,7 +196,6 @@ in {
|
|||||||
move-to-center = [ "<Alt><Super>c" ];
|
move-to-center = [ "<Alt><Super>c" ];
|
||||||
switch-windows = ["<Super>Tab"];
|
switch-windows = ["<Super>Tab"];
|
||||||
switch-windows-backward = ["<Shift><Super>Tab"];
|
switch-windows-backward = ["<Shift><Super>Tab"];
|
||||||
panel-run-dialog = ["<Super>r"];
|
|
||||||
minimize = [];
|
minimize = [];
|
||||||
};
|
};
|
||||||
# custom-hot-corners-extended configs
|
# custom-hot-corners-extended configs
|
||||||
|
@ -7,10 +7,6 @@ in {
|
|||||||
libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux
|
libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux
|
||||||
ifuse # fuse filesystem implementation to access the contents of iOS devices
|
ifuse # fuse filesystem implementation to access the contents of iOS devices
|
||||||
pySVS # control SVS subwoofers from the command-line
|
pySVS # control SVS subwoofers from the command-line
|
||||||
(pkgs.writeScriptBin "sv" ''
|
|
||||||
#!/bin/sh
|
|
||||||
pySVS 54:B7:E5:57:1A:7B --volume="$1"
|
|
||||||
'')
|
|
||||||
opensc # Open source smart card tools and middleware
|
opensc # Open source smart card tools and middleware
|
||||||
pcsc-tools # Tools are used to test a PC/SC drivers
|
pcsc-tools # Tools are used to test a PC/SC drivers
|
||||||
pkcs11helper # Library that simplifies the interaction with PKCS#11
|
pkcs11helper # Library that simplifies the interaction with PKCS#11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user