I can't keep writing these comments, they're boring
This commit is contained in:
parent
021124b584
commit
517df8e725
7 changed files with 60 additions and 143 deletions
|
|
@ -46,6 +46,7 @@
|
|||
spotify
|
||||
tailscale
|
||||
whatsapp-for-linux
|
||||
zsh
|
||||
zoxide
|
||||
];
|
||||
|
||||
|
|
@ -55,15 +56,16 @@
|
|||
userName = "KoenDR06";
|
||||
userEmail = "koen.de.ruiter@hotmail.com";
|
||||
};
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.gh.enable = true;
|
||||
programs.zsh = {
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
theme = "agnoster";
|
||||
};
|
||||
};
|
||||
# programs.zsh = {
|
||||
# enable = true;
|
||||
# oh-my-zsh = {
|
||||
# enable = true;
|
||||
# plugins = [ "git" ];
|
||||
# theme = "agnoster";
|
||||
# };
|
||||
# };
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
"window-list@gnome-shell-extensions.gcampax.github.com"
|
||||
"auto-move-windows@gnome-shell-extensions.gcampax.github.com"
|
||||
];
|
||||
disable-user-extensions = false;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/just-perfection" = {
|
||||
|
|
@ -103,6 +104,8 @@
|
|||
};
|
||||
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
switch-applications = "@as []";
|
||||
switch-applications-backward = "@as []";
|
||||
switch-windows = ["<Alt>Tab"];
|
||||
switch-windows-backward = ["<Shift><Alt>Tab"];
|
||||
minimize = ["<Super>Down"];
|
||||
|
|
@ -111,8 +114,6 @@
|
|||
panel-run-dialog = ["<Alt>F2"];
|
||||
switch-to-workspace-left = ["<Control><Super>Left"];
|
||||
switch-to-workspace-right = ["<Control><Super>Right"];
|
||||
switch-applications = "@as []";
|
||||
switch-applications-backward = "@as []";
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue