summaryrefslogtreecommitdiff
path: root/nixpkgs/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r--nixpkgs/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix
index b0adf33..a52062c 100644
--- a/nixpkgs/common.nix
+++ b/nixpkgs/common.nix
@@ -48,7 +48,9 @@
home.file = {
".vim/coc-settings.json".source = ../vim/coc-settings.json;
".config/tmux/tmux.conf".source = ../tmux/tmux.conf;
+ ".config/sx/sxrc".executable = true;
".config/sx/sxrc".text = ''
+ ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../xkb/symbols/custom-fr} $DISPLAY
icewm-session
'';
".config/icewm/preferences".source = ../icewm/preferences;