Made hostname variable (set in flake). Added ncli as a tool for fast nix specific commands (ncli.nix).
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
{ lib, inputs, config, pkgs, username, version, ... }:
|
||||
{ lib, inputs, config, pkgs, username, host, version, ... }:
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = username;
|
||||
home.homeDirectory = "/home/${username}";
|
||||
home.packages = [
|
||||
(import ./ncli.nix { inherit pkgs host; backupFiles = [ ".config/mimeapps.list.backup" ]; })
|
||||
];
|
||||
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.beta
|
||||
|
||||
Reference in New Issue
Block a user