This commit is contained in:
4DBug
2025-03-22 16:27:01 -05:00
parent 6edfada411
commit e38cb608c3
16 changed files with 91 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: { ... }:
{ {
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;

View File

@@ -1,6 +1,4 @@
{ ... }:
{ config, ... }:
{ {
boot.loader = { boot.loader = {

View File

@@ -1,5 +1,4 @@
{ ... }:
{ config, ... }:
{ {
imports = [ imports = [

View File

@@ -1,4 +1,4 @@
{ config, ... }: { ... }:
{ {
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";

View File

@@ -1,6 +1,4 @@
{ ... }:
{ config, ... }:
{ {
networking = { networking = {

View File

@@ -1,5 +1,4 @@
{ ... }:
{ config, ... }:
{ {
system.stateVersion = "24.11"; system.stateVersion = "24.11";

View File

@@ -1,4 +1,4 @@
{ config, ... }: { ... }:
{ {
security = { security = {

View File

@@ -1,4 +1,4 @@
{ config, ... }: { ... }:
{ {
users.users.bug = { users.users.bug = {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs.gnomeExtensions; [ environment.systemPackages = with pkgs.gnomeExtensions; [

View File

@@ -1,5 +1,4 @@
{ ... }:
{ config, lib, pkgs, ... }:
{ {
imports = [ imports = [

View File

@@ -1,5 +1,4 @@
{ ... }:
{ config, lib, pkgs, ... }:
{ {
services.flatpak.packages = [ services.flatpak.packages = [

View File

@@ -1,5 +1,4 @@
{ lib, ... }:
{ config, lib, pkgs, ... }:
{ {
imports = [ imports = [

View File

@@ -1,16 +1,26 @@
{ pkgs, ... }:
{ config, lib, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager home-manager
git git
wget wget
# compiling
gcc gcc
gnumake
# network
nmap nmap
inetutils inetutils
sshs sshs
gnumake
# input testing
evtest evtest
# nix language server
nixd
nil
]; ];
} }

View File

@@ -1,17 +1,12 @@
{ pkgs, ... }:
{ config, lib, pkgs, ... }:
{ {
users.users.bug.packages = with pkgs; [ users.users.bug.packages = with pkgs; [
# ide
vscode vscode
zed-editor
go # languages
(python3.withPackages (ps: with ps; [
pip
pynput
python-uinput
]))
luau luau
@@ -22,36 +17,44 @@
jsregexp jsregexp
])) ]))
go
(python3.withPackages (ps: with ps; [
pip
pynput
python-uinput
]))
nodejs nodejs
# 3D
blender blender
plasticity plasticity
# video
kdenlive kdenlive
# markdown / notes
obsidian
# social
vesktop
# music
nicotine-plus
furnace
pulseaudio
# utilties
mapscii
cloudflared
base16-schemes
ptyxis
## rpi-imager
neofetch neofetch
fastfetch fastfetch
tree tree
gnome-tweaks gnome-tweaks
wine wine
obsidian
vesktop
nicotine-plus
furnace
pulseaudio
# rpi-imager
mapscii
cloudflared
base16-schemes
ptyxis
]; ];
} }

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{ {
fonts = { fonts = {