config
This commit is contained in:
parent
6527333226
commit
d4c1b64c02
6 changed files with 27 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
||||||
name = Matt Nish-Lapidus
|
name = Matt Nish-Lapidus
|
||||||
email = matt@emenel.ca
|
email = matt@emenel.ca
|
||||||
[core]
|
[core]
|
||||||
editor = emacsclient
|
editor = emacsclient -r
|
||||||
excludesfile = /Users/emenel/.gitignore
|
excludesfile = /home/emenel/.config/git/ignore
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
0
dotfiles/dot_config/just/justfile
Normal file
0
dotfiles/dot_config/just/justfile
Normal file
|
@ -6,4 +6,4 @@
|
||||||
(when (probe-file quicklisp-init)
|
(when (probe-file quicklisp-init)
|
||||||
(load quicklisp-init)))
|
(load quicklisp-init)))
|
||||||
|
|
||||||
(push (pathname "~/Source/_cl/") ql:*local-project-directories*)
|
(push (pathname "~/source/_cl/") ql:*local-project-directories*)
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
"/home/emenel/.config/fish/functions" ];
|
"/home/emenel/.config/fish/functions" ];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "emacsclient";
|
EDITOR = "emacsclient -r";
|
||||||
WINEFSYNC = 1;
|
WINEFSYNC = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -224,6 +224,16 @@
|
||||||
"org/gnome/shell/keybindings" = {
|
"org/gnome/shell/keybindings" = {
|
||||||
shift-overview-up = ["disabled"];
|
shift-overview-up = ["disabled"];
|
||||||
shift-overview-down = ["disabled"];
|
shift-overview-down = ["disabled"];
|
||||||
|
switch-to-application-1 = ["disabled"];
|
||||||
|
switch-to-application-2 = ["disabled"];
|
||||||
|
switch-to-application-3 = ["disabled"];
|
||||||
|
switch-to-application-4 = ["disabled"];
|
||||||
|
switch-to-application-5 = ["disabled"];
|
||||||
|
switch-to-application-6 = ["disabled"];
|
||||||
|
switch-to-application-7 = ["disabled"];
|
||||||
|
switch-to-application-8 = ["disabled"];
|
||||||
|
switch-to-application-9 = ["disabled"];
|
||||||
|
switch-to-application-10 = ["disabled"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -251,9 +261,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
||||||
|
xdg.configFile."just".source = ../dotfiles/dot_config/just/justfile;
|
||||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||||
|
xdg.configFile."git".source = ../dotfiles/dot_config/git;
|
||||||
|
home.file.".sbclrc".source = ../dotfiles/dot_sbclrc;
|
||||||
|
home.file.".signature".source = ../dotfiles/dot_signature;
|
||||||
|
|
||||||
home.file.".config/fish/functions" = {
|
home.file.".config/fish/functions" = {
|
||||||
source = ../dotfiles/dot_config/fish/functions;
|
source = ../dotfiles/dot_config/fish/functions;
|
||||||
|
|
|
@ -194,11 +194,20 @@
|
||||||
home-manager
|
home-manager
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
|
git-lfs
|
||||||
tailscale
|
tailscale
|
||||||
rsync
|
rsync
|
||||||
kmonad
|
kmonad
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.gnome.core-developer-tools.enable = true;
|
||||||
|
environment.gnome.excludePackages = with pkgs; [
|
||||||
|
cheese
|
||||||
|
geary
|
||||||
|
seahorse
|
||||||
|
gnome-music
|
||||||
|
];
|
||||||
|
|
||||||
services.kmonad = {
|
services.kmonad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards = {
|
keyboards = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue