configurati
This commit is contained in:
parent
7d28606248
commit
07e20bb877
4 changed files with 9 additions and 0 deletions
|
|
@ -30,8 +30,10 @@
|
|||
# Enable programs
|
||||
home.packages = with pkgs; [
|
||||
|
||||
acpid
|
||||
bitwarden
|
||||
discord
|
||||
fzf
|
||||
jetbrains.clion
|
||||
jetbrains.pycharm-professional
|
||||
jetbrains.idea-ultimate
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
inkscape
|
||||
libreoffice
|
||||
mullvad-vpn
|
||||
neofetch
|
||||
parsec-bin
|
||||
python3
|
||||
platformio-core
|
||||
|
|
|
|||
|
|
@ -118,6 +118,9 @@
|
|||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
screensaver = ["<Super>l"];
|
||||
home = ["<Super>e"];
|
||||
custom-keybindings = [
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||
];
|
||||
};
|
||||
|
||||
"org/gnome/shell/keybindings" = {
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
services.acpid.enable = true;
|
||||
|
||||
users.users = {
|
||||
horseman = {
|
||||
|
|
|
|||
|
|
@ -20,5 +20,7 @@
|
|||
plugins = ["git"];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
|
||||
shellInit = "eval \"$(zoxide init zsh --cmd cd)\"";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue