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,10 @@
{ ... }:
{
# full_name = "Chris Kruining";
# is_trusted = true;
user = {
full_name = "Chris Kruining";
is_trusted = true;
};
themes = {
enable = true;
theme = "everforest";
@ -15,7 +18,10 @@
};
desktop = {
plasma.enable = true;
plasma = {
enable = true;
autoLogin = true;
};
applications = {
communication.enable = true;
@ -29,9 +35,9 @@
};
editors = {
default = "vscodium";
default = "zed";
vscodium.enable = true;
# zed.enable = true;
zed.enable = true;
nvim.enable = true;
nano.enable = true;
};