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
|
||||
email = matt@emenel.ca
|
||||
[core]
|
||||
editor = emacsclient
|
||||
excludesfile = /Users/emenel/.gitignore
|
||||
editor = emacsclient -r
|
||||
excludesfile = /home/emenel/.config/git/ignore
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %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)
|
||||
(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" ];
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
EDITOR = "emacsclient -r";
|
||||
WINEFSYNC = 1;
|
||||
};
|
||||
|
||||
|
@ -224,6 +224,16 @@
|
|||
"org/gnome/shell/keybindings" = {
|
||||
shift-overview-up = ["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."just".source = ../dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||
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" = {
|
||||
source = ../dotfiles/dot_config/fish/functions;
|
||||
|
|
|
@ -194,11 +194,20 @@
|
|||
home-manager
|
||||
curl
|
||||
git
|
||||
git-lfs
|
||||
tailscale
|
||||
rsync
|
||||
kmonad
|
||||
];
|
||||
|
||||
services.gnome.core-developer-tools.enable = true;
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
cheese
|
||||
geary
|
||||
seahorse
|
||||
gnome-music
|
||||
];
|
||||
|
||||
services.kmonad = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue