Implement profile
This commit is contained in:
@@ -5,6 +5,8 @@ let
|
||||
rev = "96f9ca03450049baffbc8a2b71c3a40367edd2a5";
|
||||
sha256 = "sha256-dHxf2UNEDC/KyDgjMMQ988hyGM2gasYNbNtLTityhDY=";
|
||||
};
|
||||
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -25,7 +27,7 @@ in
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.nichkara = { ... }: {
|
||||
home-manager.users.${profile.username} = { ... }: {
|
||||
home.file.".config/hypr" = {
|
||||
source = dotfiles_hypr;
|
||||
recursive = true;
|
||||
|
||||
Reference in New Issue
Block a user