This commit is contained in:
2022-07-09 18:18:15 +02:00
parent fe60c609e6
commit df1043ee38
6 changed files with 33 additions and 77 deletions

View File

@@ -18,6 +18,7 @@ in {
programs.waybar = {
enable = true;
style = builtins.readFile ./style.css;
/*
settings = [
{
output = [ "${cfg.output}" ];
@@ -62,6 +63,7 @@ in {
};
}
];
*/
};
};
};

View File

@@ -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;