mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: ignore home-manager's default i3 config
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{polybar-themes, ...}: {
|
{lib, polybar-themes, ...}: {
|
||||||
# NOTE:
|
# NOTE:
|
||||||
# We have to enable hyprland/i3's systemd user service in home-manager,
|
# We have to enable hyprland/i3's systemd user service in home-manager,
|
||||||
# so that gammastep/wallpaper-switcher's user service can be start correctly!
|
# so that gammastep/wallpaper-switcher's user service can be start correctly!
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = lib.mkForce null; # ignores all home-manager's default i3 config
|
||||||
extraConfig = builtins.readFile ../conf/i3-config;
|
extraConfig = builtins.readFile ../conf/i3-config;
|
||||||
};
|
};
|
||||||
# Path, relative to HOME, where Home Manager should write the X session script.
|
# Path, relative to HOME, where Home Manager should write the X session script.
|
||||||
|
|||||||
Reference in New Issue
Block a user