11
hosts/elara/users/nikara/configs/console/sas/default.nix
Normal file
11
hosts/elara/users/nikara/configs/console/sas/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ user, home }:
|
||||
{ inputs, system, ... }:
|
||||
let
|
||||
selfPkgs = inputs.self.packages.${system};
|
||||
in
|
||||
{
|
||||
home-manager.users.${user}.home.packages = with selfPkgs; [
|
||||
sagew
|
||||
sonder
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user