again too lazy to sort out changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, secretsDir, inputs, config, ... }:
|
||||
{ pkgs, secretsDir, inputs, config, self, ... }:
|
||||
{
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
@@ -10,6 +10,7 @@
|
||||
#home-manager._module.args = { inherit inputs; };
|
||||
home-manager.users.me = import ./home.nix;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit self;
|
||||
hostname = config.networking.hostName;
|
||||
};
|
||||
|
||||
|
||||
@@ -112,6 +112,9 @@
|
||||
xorg.xmodmap
|
||||
android-studio
|
||||
|
||||
# my own packages
|
||||
supabase-cli
|
||||
|
||||
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
|
||||
|
||||
# python....
|
||||
|
||||
Reference in New Issue
Block a user