2023-11-15 02:02:05 -05:00
|
|
|
{
|
|
|
|
inputs,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
2023-04-23 17:45:37 -04:00
|
|
|
imports = [
|
2024-04-16 21:02:33 -04:00
|
|
|
../../services
|
|
|
|
../../programs/anyrun
|
2024-04-22 16:16:03 -04:00
|
|
|
../../programs/ironbar
|
2024-04-17 14:53:48 -04:00
|
|
|
../../programs/browsers/firefox
|
|
|
|
../../programs/terminal/wezterm
|
|
|
|
../../programs/terminal/zellij
|
2024-04-16 21:02:33 -04:00
|
|
|
../../programs/gtk.nix
|
2024-04-17 14:53:48 -04:00
|
|
|
../../programs/media/cava.nix
|
2024-04-16 21:02:33 -04:00
|
|
|
../../programs/mako.nix
|
2024-04-17 14:53:48 -04:00
|
|
|
../../programs/media/spotify-player.nix
|
|
|
|
../../programs/media/zathura.nix
|
2024-04-16 21:02:33 -04:00
|
|
|
../../wayland/hyprland
|
|
|
|
../../wayland/services/hypridle.nix
|
2024-04-17 15:13:58 -04:00
|
|
|
../../wayland/services/hyprpaper.nix
|
2024-04-16 21:02:33 -04:00
|
|
|
../../wayland/programs/hyprlock.nix
|
2023-04-23 17:45:37 -04:00
|
|
|
];
|
2022-12-16 23:42:46 -05:00
|
|
|
|
2024-04-16 21:02:33 -04:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
discord
|
|
|
|
signal-desktop
|
|
|
|
thunderbird
|
|
|
|
obs-studio
|
|
|
|
pavucontrol
|
|
|
|
anki-bin
|
|
|
|
tomato-c
|
|
|
|
vscode-fhs
|
|
|
|
obsidian-wayland
|
|
|
|
virt-manager
|
|
|
|
qbittorrent
|
2024-04-17 15:13:58 -04:00
|
|
|
hyprpicker
|
2024-04-16 21:02:33 -04:00
|
|
|
imv
|
|
|
|
mpv
|
|
|
|
ffmpeg
|
|
|
|
rustypaste-cli
|
|
|
|
gimp
|
|
|
|
cryptomator
|
|
|
|
ventoy-bin-full
|
|
|
|
wine
|
|
|
|
bottles
|
|
|
|
prismlauncher
|
|
|
|
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
2024-04-22 16:16:03 -04:00
|
|
|
(callPackage ../../../pkgs/chatterino7 {})
|
2024-04-16 21:02:33 -04:00
|
|
|
];
|
2023-12-29 12:27:43 -05:00
|
|
|
|
|
|
|
programs.ssh = {
|
|
|
|
enable = true;
|
|
|
|
extraConfig = ''
|
|
|
|
Host sakura
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.121.201.47
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/sakura
|
|
|
|
Host kariru
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.126.229.95
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/kariru
|
|
|
|
Host yuki
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.108.113.89
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/yuki
|
|
|
|
Host arashi
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.94.214.100
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/arashi
|
|
|
|
Host sora
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.104.42.96
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/sora
|
|
|
|
Host daphbot
|
|
|
|
Hostname 100.109.118.139
|
|
|
|
User root
|
|
|
|
IdentityFile ~/.ssh/daphbot
|
|
|
|
Host tsuru
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.82.146.40
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/tsuru
|
|
|
|
Host haru
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.73.192.45
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/haru
|
2024-01-05 12:49:56 -05:00
|
|
|
Host kaze
|
|
|
|
Hostname 100.69.79.81
|
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/kaze
|
2023-12-29 12:27:43 -05:00
|
|
|
Host basegbot
|
|
|
|
HostName 100.83.81.116
|
|
|
|
User basegbot
|
|
|
|
IdentityFile ~/.ssh/basegbot
|
|
|
|
Host rpi4
|
2023-12-29 14:32:58 -05:00
|
|
|
Hostname 100.92.145.147
|
2023-12-29 12:27:43 -05:00
|
|
|
User notoh
|
|
|
|
IdentityFile ~/.ssh/rpi4
|
2024-03-07 03:57:07 -05:00
|
|
|
Host rennypaste
|
|
|
|
Hostname 5.78.112.206
|
|
|
|
User notohh
|
|
|
|
IdentityFile ~/.ssh/renny-key
|
2023-12-29 12:27:43 -05:00
|
|
|
Host pve
|
|
|
|
Hostname 100.115.234.69
|
|
|
|
User root
|
|
|
|
Host truenas
|
|
|
|
Hostname 192.168.1.199
|
|
|
|
User root
|
|
|
|
IdentityFile ~/.ssh/truenas
|
2023-12-29 19:43:20 -05:00
|
|
|
Host git.flake.sh
|
|
|
|
Hostname git.flake.sh
|
|
|
|
User notohh
|
|
|
|
IdentityFile ~/.ssh/notohh-git
|
|
|
|
Port 2222
|
|
|
|
Host github.com
|
|
|
|
Hostname github.com
|
|
|
|
User notohh
|
|
|
|
IdentityFile ~/.ssh/notohh-git
|
2023-12-29 12:27:43 -05:00
|
|
|
'';
|
|
|
|
};
|
2023-04-23 17:45:37 -04:00
|
|
|
}
|