Compare commits

..

5 Commits

Author SHA1 Message Date
cb584e5084 fix: change nick 2025-04-09 17:28:52 +03:00
856d54aaa0 feat: yggdrasil 2025-04-09 17:28:52 +03:00
49159984c5 style: cursor 2025-04-09 17:28:52 +03:00
b9d4406b93 style: font 2025-04-09 17:28:52 +03:00
f1fe966094 system: update 2025-04-09 17:28:52 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, pkgs-stable, pkgs-fixed, ... }: { { pkgs, inputs, pkgs-fixed, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
google-chrome google-chrome
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop

View File

@ -5,6 +5,6 @@
burpsuite burpsuite
exiftool exiftool
python3 python3
pkgs-stable.jetbrains.pycharm-community pkgs-fixed.jetbrains.pycharm-community
]; ];
} }

View File

@ -1,7 +1,7 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userName = "cheeest"; userName = "chest";
userEmail = "e.a.sunduk@gmail.com"; userEmail = "e.a.sunduk@gmail.com";
}; };
} }