Initial commit
This commit is contained in:
30
home/system/ashell/default.nix
Normal file
30
home/system/ashell/default.nix
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
programs.ashell = {
|
||||
enable = true;
|
||||
settings = {
|
||||
modules = {
|
||||
center = [
|
||||
"Window Title"
|
||||
];
|
||||
|
||||
left = [
|
||||
"Workspaces"
|
||||
];
|
||||
|
||||
right = [
|
||||
"SystemInfo"
|
||||
[
|
||||
"Clock"
|
||||
"Privacy"
|
||||
"Settings"
|
||||
]
|
||||
];
|
||||
};
|
||||
workspaces = {
|
||||
visibilityMode = "MonitorSpecific";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user