working on i3
This commit is contained in:
parent
e77dec2d94
commit
e3689e5b26
9 changed files with 148 additions and 559 deletions
|
|
@ -13,10 +13,10 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
home.file = {
|
||||
".config/polybar/config" = {
|
||||
text = builtins.readFile ../polybar/config;
|
||||
text = builtins.readFile ./polybar/config;
|
||||
};
|
||||
".config/polybar/launch.sh" = {
|
||||
text = builtins.readFile ../polybar/launch.sh;
|
||||
text = builtins.readFile ./polybar/launch.sh;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue