mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 13:33:02 -04:00
move .gtkrc-2.0 to workaround https://github.com/nix-community/plasma-manager/issues/472
This commit is contained in:
parent
6296736740
commit
077344d208
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
# TODO: import dynamically based on hostname
|
||||
./displays/nix-desktop-evo4b5.nix
|
||||
];
|
||||
# workaround https://github.com/nix-community/plasma-manager/issues/472
|
||||
# This errors
|
||||
# home.file.".gtkrc-2.0".force = true;
|
||||
gtk.gtk2.configLocation = "${config.home.homeDirectory}/.config/.gtkrc-2.0";
|
||||
programs = {
|
||||
plasma = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue