summaryrefslogtreecommitdiff
path: root/nixpkgs/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r--nixpkgs/common.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix
index 7a3777d..e42e35f 100644
--- a/nixpkgs/common.nix
+++ b/nixpkgs/common.nix
@@ -41,31 +41,14 @@
programs.git.lfs.enable = true;
home.file = {
- ".xkb/symbols/lx-custom-fr".source = ../xkb/symbols/custom-fr;
".vim/coc-settings.json".source = ../vim/coc-settings.json;
".config/tmux/tmux.conf".source = ../tmux/tmux.conf;
".config/qutebrowser/config.py".source = ../qutebrowser/config.py;
- ".config/sx/sxrc".executable = true;
- ".config/sx/sxrc".text = ''
- ${pkgs.xorg.xsetroot}/bin/xsetroot -solid "#008080"
- ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../xkb/symbols/custom-fr} $DISPLAY
- xset s off
- xset -dpms
- pcmanfm -d &
- pcmanfm --desktop &
- nm-applet &
- icewm-session
- '';
- ".config/icewm/preferences".source = ../icewm/preferences;
- ".config/icewm/keys".source = ../icewm/keys;
- ".config/icewm/menu".source = ../icewm/menu;
- ".config/icewm/theme".source = ../icewm/theme;
};
services.syncthing.enable = true;
xsession.enable = true;
- home.keyboard = null;
xdg.enable = true;
xdg.userDirs = {