working on fixing my build
This commit is contained in:
parent
d5e7b0dfbe
commit
b893fbf7ed
5 changed files with 170 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue