Compare commits
4 commits
9e8054ab6b
...
2c1db60481
Author | SHA1 | Date | |
---|---|---|---|
Kiana Sheibani | 2c1db60481 | ||
Kiana Sheibani | 9bc7be3365 | ||
Kiana Sheibani | ad937226b3 | ||
Kiana Sheibani | d96a66e5ed |
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue