This commit is contained in:
4DBug
2025-03-20 15:11:24 -05:00
parent b552bf8640
commit 31265c4aca

View File

@@ -2,6 +2,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
users.users.bug = { users.users.bug = {
isNormalUser = true; isNormalUser = true;
description = "Bug"; description = "Bug";
@@ -13,6 +14,8 @@
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
pip pip
pynput
python-uinput
])) ]))
luau luau
@@ -38,7 +41,7 @@
obsidian obsidian
# vesktop #vesktop
nicotine-plus nicotine-plus
furnace furnace
@@ -50,15 +53,19 @@
mapscii mapscii
cloudflared cloudflared
base16-schemes
]; ];
}; };
programs.dconf.enable = lib.mkDefault true;
programs = { programs = {
bash.shellAliases = { bash.shellAliases = {
rebuild = "sudo nixos-rebuild switch --impure"; rebuild = "sudo nixos-rebuild switch --impure";
pi = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')"; pissh = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')";
pid = "pi \"cd $(pwd) && bash\""; pi = "pissh \"cd $(pwd) && bash\"";
pico = "ssh pico.sh"; pico = "ssh pico.sh";
@@ -87,7 +94,10 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager
git git
wget wget
gcc gcc