all/home: fix package path
This commit is contained in:
@@ -11,9 +11,6 @@ in
|
||||
{
|
||||
imports = [
|
||||
../common/zsh.nix
|
||||
../common/i3status-rust.nix
|
||||
../common/sway.nix
|
||||
../common/i3.nix
|
||||
./home_packages.nix
|
||||
../common/whatsapp-for-linux.nix
|
||||
];
|
||||
@@ -51,7 +48,7 @@ in
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
|
||||
programs = {
|
||||
@@ -224,7 +221,7 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
i3status-rust.enable = true;
|
||||
i3status-rust.enable = false;
|
||||
z-lua.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
@@ -273,7 +270,7 @@ in
|
||||
'';
|
||||
*/
|
||||
{
|
||||
enable = true;
|
||||
enable = false;
|
||||
events = [
|
||||
{
|
||||
event = "before-sleep";
|
||||
@@ -299,7 +296,7 @@ in
|
||||
};
|
||||
|
||||
kanshi = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = [
|
||||
{
|
||||
profile.name = "undocked";
|
||||
|
||||
Reference in New Issue
Block a user