Changes
This commit is contained in:
@@ -18,6 +18,7 @@ in {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
style = builtins.readFile ./style.css;
|
||||
/*
|
||||
settings = [
|
||||
{
|
||||
output = [ "${cfg.output}" ];
|
||||
@@ -62,6 +63,7 @@ in {
|
||||
};
|
||||
}
|
||||
];
|
||||
*/
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# No need to use users."${system.singleUser}" as we already know it
|
||||
home-manager.users.alexander = {
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user