Compare commits
4 Commits
cb584e5084
...
bcbdd8e318
Author | SHA1 | Date | |
---|---|---|---|
bcbdd8e318 | |||
b2bb9dd64b | |||
872d60463b | |||
5e39dd375f |
@ -1,4 +1,4 @@
|
||||
{ pkgs, inputs, pkgs-fixed, ... }: {
|
||||
{ pkgs, inputs, pkgs-stable, pkgs-fixed, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
google-chrome
|
||||
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
|
||||
|
@ -5,6 +5,6 @@
|
||||
burpsuite
|
||||
exiftool
|
||||
python3
|
||||
pkgs-fixed.jetbrains.pycharm-community
|
||||
pkgs-stable.jetbrains.pycharm-community
|
||||
];
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "chest";
|
||||
userName = "cheeest";
|
||||
userEmail = "e.a.sunduk@gmail.com";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user