fix: use systemd tmpfiles instead of home manager for symlinks

This commit is contained in:
uku 2025-03-03 09:28:33 +01:00
parent b7d3507b94
commit b13c022ea4
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 36 additions and 60 deletions

View file

@ -13,6 +13,7 @@
../programs/ghostty.nix
../programs/gnome.nix
../programs/java.nix
];
boot = {
@ -70,35 +71,29 @@
enable32Bit = true;
};
hm = {
imports = [
../programs/java.nix
hm.home = {
packages = with pkgs; [
chromium
(discord.override {
withOpenASAR = true;
withVencord = true;
})
gimp
gparted
idea-ultimate-fixed
mpv
obsidian
strawberry
teams-for-linux
thunderbird
vscode
# libreoffice stuff
libreoffice-qt6-fresh
hunspell
hunspellDicts.en_US
hunspellDicts.fr-moderne
];
home = {
packages = with pkgs; [
chromium
(discord.override {
withOpenASAR = true;
withVencord = true;
})
gimp
gparted
idea-ultimate-fixed
mpv
obsidian
strawberry
teams-for-linux
thunderbird
vscode
# libreoffice stuff
libreoffice-qt6-fresh
hunspell
hunspellDicts.en_US
hunspellDicts.fr-moderne
];
};
};
i18n.extraLocaleSettings = {