Add nixpad configuration

The initial step of grouping lemp11 and t490 configuration, inspired by
https://github.com/mkellyxp/nixbook.
This commit is contained in:
Oliver Davies 2025-05-12 19:10:37 +01:00
parent fd5dbd1fd2
commit c2eead8fdf
6 changed files with 42 additions and 13 deletions

View file

@ -18,6 +18,8 @@
desktop.media.makemkv.enable = true;
nixpad.enable = true;
# Bootloader.
boot = {
loader = {
@ -49,11 +51,8 @@
vscodium
];
system.autoUpgrade.enable = true;
environment.systemPackages = with pkgs; [
fastfetch
htop
libreoffice
];
}

View file

@ -27,9 +27,6 @@
layout = "gb";
variant = "";
};
desktopManager.cinnamon.enable = true;
displayManager.lightdm.enable = true;
};
};
}