Compare commits

..

4 commits

3 changed files with 32 additions and 24 deletions

View file

@ -14,28 +14,35 @@
}); });
} (ps: with ps; [ en en-computers en-science ]); } (ps: with ps; [ en en-computers en-science ]);
in [ in [
gcc # Shell
ffmpeg
openssl
jaq
socat socat
git jaq
wget tldr
libnotify
inotify-tools
ripgrep ripgrep
unzip unzip
tldr
pamixer # Wayland
brightnessctl brightnessctl
playerctl playerctl
pamixer
ffmpeg
# System management
htop-vim
openssl
libnotify
inotify-tools
# Programming
gcc
git
pandoc pandoc
gnuplot
graphviz
texlive.combined.scheme-full texlive.combined.scheme-full
aspell' aspell'
nil nixd
gnuplot
graphviz
]; ];
@ -44,7 +51,7 @@
programs.fish.enable = true; programs.fish.enable = true;
programs.sway.enable = true; programs.sway.enable = true;
programs.sway.extraPackages = []; programs.sway.extraPackages = lib.mkForce [];
services.emacs.enable = true; services.emacs.enable = true;
services.emacs.package = with pkgs; services.emacs.package = with pkgs;

View file

@ -32,6 +32,7 @@
extraConfig = { extraConfig = {
github.user = "kiana-S"; github.user = "kiana-S";
credential.helper = "store"; credential.helper = "store";
safe.directory = [ "/etc/nixos" ];
git.allowForcePush = true; git.allowForcePush = true;
push.followTags = true; push.followTags = true;
init.defaultBranch = "main"; init.defaultBranch = "main";

View file

@ -141,16 +141,16 @@ in {
"$mod, 0, workspace, 10" "$mod, 0, workspace, 10"
# Workspace Movement # Workspace Movement
"$mod Shift, 1, movetoworkspace, 1" "$mod Shift, 1, hy3:movetoworkspace, 1"
"$mod Shift, 2, movetoworkspace, 2" "$mod Shift, 2, hy3:movetoworkspace, 2"
"$mod Shift, 3, movetoworkspace, 3" "$mod Shift, 3, hy3:movetoworkspace, 3"
"$mod Shift, 4, movetoworkspace, 4" "$mod Shift, 4, hy3:movetoworkspace, 4"
"$mod Shift, 5, movetoworkspace, 5" "$mod Shift, 5, hy3:movetoworkspace, 5"
"$mod Shift, 6, movetoworkspace, 6" "$mod Shift, 6, hy3:movetoworkspace, 6"
"$mod Shift, 7, movetoworkspace, 7" "$mod Shift, 7, hy3:movetoworkspace, 7"
"$mod Shift, 8, movetoworkspace, 8" "$mod Shift, 8, hy3:movetoworkspace, 8"
"$mod Shift, 9, movetoworkspace, 9" "$mod Shift, 9, hy3:movetoworkspace, 9"
"$mod Shift, 0, movetoworkspace, 10" "$mod Shift, 0, hy3:movetoworkspace, 10"
]; ];
bindn = [ bindn = [