Compare commits
No commits in common. "2c1db604818497c22e6c72a6f753c524d9869406" and "9e8054ab6b4d7a73a4523c8b112790537cf962c0" have entirely different histories.
2c1db60481
...
9e8054ab6b
|
@ -14,35 +14,28 @@
|
||||||
});
|
});
|
||||||
} (ps: with ps; [ en en-computers en-science ]);
|
} (ps: with ps; [ en en-computers en-science ]);
|
||||||
in [
|
in [
|
||||||
# Shell
|
gcc
|
||||||
socat
|
|
||||||
jaq
|
|
||||||
tldr
|
|
||||||
ripgrep
|
|
||||||
unzip
|
|
||||||
|
|
||||||
# Wayland
|
|
||||||
brightnessctl
|
|
||||||
playerctl
|
|
||||||
pamixer
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
||||||
# System management
|
|
||||||
htop-vim
|
|
||||||
openssl
|
openssl
|
||||||
|
jaq
|
||||||
|
socat
|
||||||
|
git
|
||||||
|
wget
|
||||||
libnotify
|
libnotify
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
ripgrep
|
||||||
|
unzip
|
||||||
|
tldr
|
||||||
|
pamixer
|
||||||
|
brightnessctl
|
||||||
|
playerctl
|
||||||
|
|
||||||
# Programming
|
|
||||||
gcc
|
|
||||||
git
|
|
||||||
pandoc
|
pandoc
|
||||||
texlive.combined.scheme-full
|
|
||||||
aspell'
|
|
||||||
nixd
|
|
||||||
|
|
||||||
gnuplot
|
gnuplot
|
||||||
graphviz
|
graphviz
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
aspell'
|
||||||
|
nil
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +44,7 @@
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.sway.enable = true;
|
programs.sway.enable = true;
|
||||||
programs.sway.extraPackages = lib.mkForce [];
|
programs.sway.extraPackages = [];
|
||||||
|
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
services.emacs.package = with pkgs;
|
services.emacs.package = with pkgs;
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
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, hy3:movetoworkspace, 1"
|
"$mod Shift, 1, movetoworkspace, 1"
|
||||||
"$mod Shift, 2, hy3:movetoworkspace, 2"
|
"$mod Shift, 2, movetoworkspace, 2"
|
||||||
"$mod Shift, 3, hy3:movetoworkspace, 3"
|
"$mod Shift, 3, movetoworkspace, 3"
|
||||||
"$mod Shift, 4, hy3:movetoworkspace, 4"
|
"$mod Shift, 4, movetoworkspace, 4"
|
||||||
"$mod Shift, 5, hy3:movetoworkspace, 5"
|
"$mod Shift, 5, movetoworkspace, 5"
|
||||||
"$mod Shift, 6, hy3:movetoworkspace, 6"
|
"$mod Shift, 6, movetoworkspace, 6"
|
||||||
"$mod Shift, 7, hy3:movetoworkspace, 7"
|
"$mod Shift, 7, movetoworkspace, 7"
|
||||||
"$mod Shift, 8, hy3:movetoworkspace, 8"
|
"$mod Shift, 8, movetoworkspace, 8"
|
||||||
"$mod Shift, 9, hy3:movetoworkspace, 9"
|
"$mod Shift, 9, movetoworkspace, 9"
|
||||||
"$mod Shift, 0, hy3:movetoworkspace, 10"
|
"$mod Shift, 0, movetoworkspace, 10"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindn = [
|
bindn = [
|
||||||
|
|
Loading…
Reference in a new issue