Compare commits

..

4 Commits

Author SHA1 Message Date
bcbdd8e318 feat: yggdrasil 2025-04-08 16:48:34 +03:00
b2bb9dd64b style: cursor 2025-04-03 23:39:04 +03:00
872d60463b style: font 2025-04-03 23:39:04 +03:00
5e39dd375f system: update 2025-04-03 23:39:04 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, pkgs-fixed, ... }: { { pkgs, inputs, pkgs-stable, 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-fixed.jetbrains.pycharm-community pkgs-stable.jetbrains.pycharm-community
]; ];
} }

View File

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