many changes: prepare to allow multiple users
This commit is contained in:
parent
c31864133e
commit
fab570dd29
42 changed files with 80 additions and 158 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
colors = {
|
||||
scheme = "catppuccin-mocha";
|
||||
accent = "base0B";
|
||||
};
|
||||
}
|
||||
8
home/sckova/default.nix
Normal file
8
home/sckova/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
# the user to activate
|
||||
userOptions = {
|
||||
name = "Sean Kovacs";
|
||||
username = "sckova";
|
||||
email = "kovacsmillio@gmail.com";
|
||||
};
|
||||
}
|
||||
|
|
@ -348,7 +348,7 @@
|
|||
animationDisabled = false;
|
||||
animationSpeed = 1;
|
||||
autoStartAuth = false;
|
||||
avatarImage = "/home/sckova/.face";
|
||||
avatarImage = "/home/${config.userOptions.username}/.face";
|
||||
boxRadiusRatio = 1;
|
||||
clockFormat = "hh\\nmm";
|
||||
clockStyle = "custom";
|
||||
|
|
@ -559,7 +559,7 @@
|
|||
|
||||
wallpaper = {
|
||||
automationEnabled = false;
|
||||
directory = "/home/sckova/.local/share/wallpaper";
|
||||
directory = "/home/${config.userOptions.username}/.local/share/wallpaper";
|
||||
enableMultiMonitorDirectories = false;
|
||||
enabled = false;
|
||||
fillColor = "#1e1e2e";
|
||||
Loading…
Add table
Add a link
Reference in a new issue