more misc fixes
This commit is contained in:
parent
749f79c4b6
commit
df0035aba9
5 changed files with 9 additions and 9 deletions
|
|
@ -38,9 +38,6 @@ in
|
|||
pamixer
|
||||
socat
|
||||
(python3.withPackages (ps: [ ps.pillow ]))
|
||||
xinit
|
||||
xmodmap
|
||||
xrdb
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
@ -540,6 +537,4 @@ in
|
|||
$DRY_RUN_CMD ln -sf "${config.xdg.configHome}/waybar/themes/${config.theme}.css" "$target"
|
||||
'';
|
||||
|
||||
xdg.configFile."X11".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/nix/config/X11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue