add gp3pocket3 new flake system

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-02 01:57:09 -06:00
parent 9382e987b6
commit f7490a1be6
4 changed files with 145 additions and 39 deletions

View file

@ -2,32 +2,9 @@
config,
lib,
pkgs,
settings,
...
}:
{
imports = [
# Users this machine has
(settings.usersDir + "/root/configuration.nix")
(settings.usersDir + "/josh/configuration.nix")
];
# My custom modules
mods = {
boot_systemd.enable = true;
shell_common.enable = true;
de_cosmic.enable = true;
neovim.enable = true;
tty_caps_esc.enable = true;
docker.enable = true;
fonts.enable = true;
stormd.enable = true;
nebula.enable = true;
ssh.enable = true;
rustdesk.enable = true;
};
# machine specific configuration
# ==============================
hardware.enableAllFirmware = true;