Too much stuff

This commit is contained in:
Andrea Ciceri 2022-10-29 12:02:40 +02:00
parent ad4810b7db
commit 13ad21f74c
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 234 additions and 53 deletions

View file

@ -11,46 +11,48 @@
./hardware-configuration.nix
]
++ fleetModules [
"common"
"ccr"
"fonts"
"dbus"
"adb"
"audio"
"battery"
"ssh"
"adb"
"qmk-udev"
"bluetooth"
"docker"
"transmission"
"fprintd"
"binfmt"
"udisks2"
"bluetooth"
"ccr"
"common"
"dbus"
"docker"
"fonts"
"fprintd"
"printing"
"qmk-udev"
"ssh"
"transmission"
"udisks2"
"xdg"
];
ccr = {
enable = true;
autologin = true;
modules = [
"shell"
"sway"
"chrome"
"cura"
"digikam"
"discord"
"element"
"emacs"
"mpv"
"firefox"
"qutebrowser"
"git"
"gpg"
"password-store"
"slack"
"chrome"
"vscode"
"element"
"udiskie"
"discord"
"cura"
"xdg"
"helix"
"mpv"
"password-store"
"qutebrowser"
"shell"
"slack"
"sway"
"udiskie"
"vscode"
"xdg"
];
packages = with pkgs; [
comma