feat: initial switch from hm to hjem
This commit is contained in:
parent
5c21588430
commit
7b77f05476
15 changed files with 131 additions and 154 deletions
|
@ -14,6 +14,7 @@
|
|||
../programs/ghostty.nix
|
||||
../programs/gnome.nix
|
||||
../programs/java.nix
|
||||
../programs/neovim/neovide.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
@ -44,8 +45,30 @@
|
|||
sbctl
|
||||
wl-clipboard
|
||||
|
||||
chromium
|
||||
(discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
gimp3
|
||||
gparted
|
||||
idea-wrapped
|
||||
mpv
|
||||
obsidian
|
||||
strawberry
|
||||
teams-for-linux
|
||||
thunderbird
|
||||
vscode
|
||||
|
||||
niigo-miku-cursors
|
||||
patchouli-cursors
|
||||
|
||||
# libreoffice stuff
|
||||
libreoffice-qt6-fresh
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.fr-moderne
|
||||
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
@ -77,32 +100,6 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hm.imports = [ ../programs/neovim/neovide.nix ];
|
||||
hm.home = {
|
||||
packages = with pkgs; [
|
||||
chromium
|
||||
(discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
gimp3
|
||||
gparted
|
||||
idea-wrapped
|
||||
mpv
|
||||
obsidian
|
||||
strawberry
|
||||
teams-for-linux
|
||||
thunderbird
|
||||
vscode
|
||||
|
||||
# libreoffice stuff
|
||||
libreoffice-qt6-fresh
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.fr-moderne
|
||||
];
|
||||
};
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "fr_FR.UTF-8";
|
||||
LC_IDENTIFICATION = "fr_FR.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue