again too lazy to sort out changes

This commit is contained in:
Sebastian Moser
2023-11-17 12:15:40 +01:00
parent 3ef7f87cfb
commit fd353abb94
11 changed files with 221 additions and 22 deletions

View File

@@ -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;
};

View File

@@ -112,6 +112,9 @@
xorg.xmodmap
android-studio
# my own packages
supabase-cli
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
# python....