big cleanup

This commit is contained in:
fwastring 2025-11-17 21:28:37 +01:00
parent e01f925f0a
commit 70b75d6faa
11 changed files with 64 additions and 112 deletions

View file

@ -1,11 +1,8 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{
inputs,
lib,
config,
pkgs,
myhostname,
...
}:
{
@ -14,6 +11,7 @@
KERNEL=="ttyACM0", MODE:="666"
ACTION=="add", KERNEL=="sd[a-e][0-9]", ENV{ID_FS_UUID}=="3039-3932", RUN+="${pkgs.systemd}/bin/systemd-mount --no-block -A -G -o gid=users,fmask=113,dmask=002 /dev/%k /mnt/sdcard"
ACTION=="add", KERNEL=="sd[a-e]", ENV{ID_FS_UUID}=="66BA-4EBA", RUN+="${pkgs.systemd}/bin/systemd-mount --no-block -A -G -o gid=users,fmask=113,dmask=002 /dev/%k /mnt/kobo"
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
'';
packages = with pkgs; [
vial
@ -29,16 +27,15 @@
thunderbird
discord
slack
vial
via
drawio
freecad-wayland
evince
spotify
ansible
angryipscanner
# ansible
# freecad-wayland
# TUI
mpc
codex
# Browsers
@ -55,7 +52,6 @@
devour
caligula
ptouch-print
xev
# Transforms
yt-dlp
@ -64,6 +60,6 @@
pinta
pastel
ffmpeg
darktable
# darktable
];
}