working on fixing my build

This commit is contained in:
Chris Kruining 2025-03-19 15:29:02 +01:00
parent d5e7b0dfbe
commit b893fbf7ed
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
5 changed files with 170 additions and 16 deletions

View file

@ -1,7 +1,9 @@
{ ... }:
{
# full_name = "WOOOP WOOOP";
# is_trusted = false;
user = {
full_name = "Chris Kruining";
is_trusted = true;
};
themes = {
enable = true;
@ -16,7 +18,10 @@
};
desktop = {
plasma.enable = true;
plasma = {
enable = true;
autoLogin = true;
};
applications = {
communication.enable = true;