This commit is contained in:
joy 2024-10-04 22:19:16 +02:00
parent 91adc695e7
commit ea5e967a10
26 changed files with 36 additions and 72 deletions

View file

@ -1,7 +0,0 @@
{
home-manager.users.joy.programs.git = {
enable = true;
userEmail = "mail@joygnu.org";
userName = "joygnu";
};
}

View file

@ -1,8 +0,0 @@
{pkgs, ...}: {
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
enableSSHSupport = true;
};
}

View file

@ -1,16 +0,0 @@
{
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
AllowUsers = null;
};
};
users.users.joy = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC8FnfVKPbbzPmZ3L0KuSMc8GD42rkIoIMay3c/r9zGkMBwRyluwP7OBR7SaTlp/w7iPHom3YwhGYa37HOXp/icSEMvFlYsCQOXWPkf7cNqyhEnycRsMojpKP2a6qxvcnuuCLY+xMwtlsX1h4nJFpsWHb2A62qBgdaOVrBlbVGd2ZuVCgiB+eenVagW3EFAO9jK5r6rSFciND7EMxBKfi6DbRma6UCejwGjpU0AHCZDikw5XKFhLUDbhdb9e02gyQxD5cs4Q2CuZ1PVt+Jb1GwHVnfh3wdEz5v7TWF+RUv85JXlRLrIYd2SEDpA6yvQIIT4YR2Bb1Tc/aC+zTdUdP+HMiBI32GGyplMfrE1dbj3quTfGN6cJ0TfPFOx7K+0N108fM7mehPtGT/uyB9nnMyYeLO45cgA1wMZZcT4egSvnnqe+6NO7j+zR0whl8+SbIru7HUK2Oa67SzxotQ7D8F27rx02Ie4UJqwbPsZGrxL7TlvNKUXQ4mOINkyE79tIshWncO71O6vJWzaoeYiye0mxc0AP3vYozdV3MgN34+5zscb/o4pwOQtthin8Nf1Y6o6H0poUz5YXYBdEKK/O0Wz3kxT6i/oZWZG7a18xCCKYnF1Jgdr7mfxkizLMkRqYsgM9CS0e0KoVJhu78TmMz8Eip9za1ncvGg3w1ZW6VG/6w=="
];
};
}

View file

@ -1,6 +1,6 @@
{ {
imports = [ imports = [
./cli ./home
./gui ./norm
]; ];
} }

View file

@ -1,25 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
uget
keepassxc
vesktop
signal-desktop
upscayl
bottles
boxbuddy
waydroid
transmission_4-gtk
kdePackages.kdenlive
vscodium
networkmanagerapplet
ferdium
drawio
imv
cmus
obs-studio
gnome-calculator
gnome-disk-utility
gnome-clocks
gnome-calendar
];
}

View file

@ -1,11 +1,13 @@
{ {
imports = [ imports = [
./mpv
./code
./nemo
./rofi
./firefox
./alacritty ./alacritty
./misc ./mpv
./firefox
./code
./git
./helix
./newsboat
./rofi
./zsh
]; ];
} }

View file

@ -13,11 +13,11 @@
cat = "bat"; cat = "bat";
cn = "cd ~/nix"; cn = "cd ~/nix";
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
pu = "sh ~/nix/modules/apps/cli/zsh/scripts/push.sh"; pu = "sh ~/nix/modules/apps/home/zsh/scripts/push.sh";
ip = "sh ~/nix/modules/apps/cli/zsh/scripts/ip.sh"; ip = "sh ~/nix/modules/apps/home/zsh/scripts/ip.sh";
rb = "sh ~/nix/modules/apps/home/zsh/scripts/rebuild.sh";
fr = "sudo systemctl reboot --firmware"; fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org"; ser = "ssh root@joygnu.org";
rb = "sh ~/nix/modules/apps/cli/zsh/scripts/rebuild.sh";
up = "sudo nix flake update ~/nix"; up = "sudo nix flake update ~/nix";
del = "sudo nix-collect-garbage -d"; del = "sudo nix-collect-garbage -d";
dn = "dotnet new console"; dn = "dotnet new console";

View file

@ -1,12 +1,9 @@
{ {
imports = [ imports = [
./zsh
./helix
./newsboat
./mutt
./git
./ssh ./ssh
./gpg ./gpg
./nemo
./misc ./misc
./mutt
]; ];
} }

View file

@ -1,5 +1,26 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
uget
keepassxc
vesktop
signal-desktop
upscayl
bottles
boxbuddy
waydroid
transmission_4-gtk
kdePackages.kdenlive
vscodium
networkmanagerapplet
ferdium
drawio
imv
cmus
obs-studio
gnome-calculator
gnome-disk-utility
gnome-clocks
gnome-calendar
htop htop
sent sent
texliveFull texliveFull