Fix plamsa6 stylix + hm foo

This commit is contained in:
Tristan D. 2025-02-26 09:38:58 +01:00
parent 1cc66de8f5
commit 90205f801a
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
3 changed files with 14 additions and 9 deletions

17
flake.lock generated
View file

@ -172,11 +172,11 @@
]
},
"locked": {
"lastModified": 1700795494,
"narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
"lastModified": 1740452771,
"narHash": "sha256-/tI1vFJ7/dXJqUmI+s0EV1F0DPe6dZvT444mrLUkrlU=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
"rev": "42be12b510253d750138ec90c66decc282298b44",
"type": "github"
},
"original": {
@ -604,15 +604,16 @@
]
},
"locked": {
"lastModified": 1740347597,
"narHash": "sha256-st5q9egkPGz8TUcVVlIQX7y6G3AzHob+6M963bwVq74=",
"owner": "nix-community",
"lastModified": 1739920383,
"narHash": "sha256-n5NYJvnQbIW3XbBohbQK4YfJ38GgyDWDu/XTw0FsuHs=",
"owner": "NovaViper",
"repo": "home-manager",
"rev": "12e26a74e5eb1a31e13daaa08858689e25ebd449",
"rev": "fc592ef0edd0681c3f91a1083cef53ec630f1d5f",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "NovaViper",
"ref": "kde6-qt",
"repo": "home-manager",
"type": "github"
}

View file

@ -69,7 +69,8 @@
inputs.home-manager.follows = "home-manager";
};
home-manager = {
url = "github:nix-community/home-manager";
# url = "github:nix-community/home-manager";
url = "github:NovaViper/home-manager/kde6-qt"; # TODO Back to default after https://github.com/nix-community/home-manager/pull/6493
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {

View file

@ -75,6 +75,9 @@
};
};
qt.enable = true;
qt.platformTheme.name = "kde6";
services.syncthing.enable = true;
# services.syncthing.tray.enable = true;
home = {