add specific host home file
This commit is contained in:
parent
6a9b443b6a
commit
d6e5d2fcbe
2 changed files with 1 additions and 55 deletions
|
|
@ -43,7 +43,7 @@ let
|
|||
imports = [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
# ./${host}/home.nix
|
||||
./${host}/home.nix
|
||||
../home
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,58 +1,4 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
];
|
||||
|
||||
# home.persistence."/persist/home/rayandrew/common" = {
|
||||
# directories = [
|
||||
# "Downloads"
|
||||
# "Music"
|
||||
# "Pictures"
|
||||
# "Documents"
|
||||
# "Videos"
|
||||
# "Code"
|
||||
# ".gnupg"
|
||||
# # ".ssh"
|
||||
# ".local/share/keyrings"
|
||||
# ".local/share/direnv"
|
||||
# ".config/1Password"
|
||||
# ".zoom"
|
||||
# ".config/Slack"
|
||||
# ".config/skypeforlinux"
|
||||
# ];
|
||||
# files = [
|
||||
# ".bash_history"
|
||||
# ".config/zoomus.conf"
|
||||
# ];
|
||||
# allowOther = true;
|
||||
# };
|
||||
|
||||
# home.persistence."/persist/home/rayandrew/dotfiles" = {
|
||||
# removePrefixDirectory = true;
|
||||
# allowOther = true;
|
||||
# directories = [
|
||||
# "scripts/bin"
|
||||
# "ssh/.ssh"
|
||||
# ];
|
||||
# files = [
|
||||
# ];
|
||||
# };
|
||||
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# systemd.user.services.keyd-application-mapper = {
|
||||
# Install.WantedBy = [ "default.target" ];
|
||||
# Unit = { Description = "keyd-application-mapper"; };
|
||||
# Service = {
|
||||
# ExecStart = "${pkgs.keyd}/bin/keyd-application-mapper";
|
||||
# };
|
||||
# };
|
||||
|
||||
# Wayland, X, etc. support for session vars
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue