mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix: multi-host home-manager
This commit is contained in:
parent
efed8ac3de
commit
4e456383ba
7 changed files with 118 additions and 96 deletions
|
|
@ -7,31 +7,10 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./packages/cli.nix
|
||||
./packages/gui.nix
|
||||
./packages/flatpak.nix
|
||||
./programs/chromium.nix
|
||||
./programs/gnome.nix
|
||||
./programs/plasma.nix
|
||||
./programs/shell.nix
|
||||
./programs/vscode.nix
|
||||
./programs/git.nix
|
||||
./programs/firefox.nix
|
||||
./programs/distrobox.nix
|
||||
# ./programs/floorp.nix
|
||||
../../modules/home/dev/c.nix
|
||||
../../modules/home/dev/java.nix
|
||||
../../modules/home/dev/nix.nix
|
||||
../../modules/home/dev/python.nix
|
||||
../../modules/home/programs/eza.nix
|
||||
../../modules/home/programs/fzf.nix
|
||||
../../modules/home/programs/lsd.nix
|
||||
../../modules/home/programs/nvim.nix
|
||||
# ../../modules/home/programs/rime.nix
|
||||
../../modules/home/programs/starship.nix
|
||||
../../modules/home/programs/zed-editor.nix
|
||||
../../modules/home/programs/zoxide.nix
|
||||
# ./flatpak.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.username = "js0ny";
|
||||
|
|
@ -39,16 +18,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
home-manager
|
||||
gcr
|
||||
];
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
defaultApplications = {
|
||||
"application/pdf" = "org.kde.okular.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue