This commit is contained in:
Matt Nish-Lapidus 2024-09-29 01:13:48 -04:00
parent a9d4ce0f50
commit 1d803ad57e
3 changed files with 16 additions and 69 deletions

View file

@ -54,6 +54,7 @@
wezterm
lazygit
nnn
icloudpd
jetbrains-mono
fishPlugins.foreign-env
@ -74,6 +75,7 @@
gnomeExtensions.pano
gnome-software
gnome-tweaks
gnome-photos
colloid-gtk-theme
colloid-icon-theme
whitesur-gtk-theme
@ -84,6 +86,7 @@
papers
newsflash
nyxt
librewolf
ungoogled-chromium
obsidian
@ -103,6 +106,10 @@
zotero_7
handbrake
renoise
yabridge
yabridgectl
ansel
rawtherapee
];
username = "emenel";
@ -146,9 +153,9 @@
};
dconf.settings = {
"org/gnome/desktop/wm/keybindings" = {
shift-overview-up = "";
shift-overview-down = "";
"org/gnome/shell/keybindings" = {
shift-overview-up = ["disabled"];
shift-overview-down = ["disabled"];
};
};
@ -183,7 +190,7 @@
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
xdg.configFile."fish/functions" = {
home.file.".config/fish/functions" = {
source = ../dotfiles/dot_config/fish/functions;
recursive = true;
};