summaryrefslogtreecommitdiff
path: root/nixpkgs/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-07-18 23:29:53 +0200
committerAlex Auvolat <alex@adnab.me>2023-07-18 23:29:53 +0200
commitf8b16de5061e0b178356a598fccffe127dd0ca51 (patch)
tree5298285c7492bda4afe21b8e541c6ff6cb25dd2c /nixpkgs/common.nix
parenta9e15c9f99de745b11b5a8b4277ce037a9230521 (diff)
downloaduser-config-f8b16de5061e0b178356a598fccffe127dd0ca51.tar.gz
user-config-f8b16de5061e0b178356a598fccffe127dd0ca51.zip
move syncthing out of common; add icewm bg color
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r--nixpkgs/common.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix
index 92b1fe0..d652db4 100644
--- a/nixpkgs/common.nix
+++ b/nixpkgs/common.nix
@@ -20,11 +20,6 @@
export PATH=$HOME/.cargo/bin:$PATH
'';
};
- programs.keychain = {
- enable = true;
- enableBashIntegration = true;
- keys = [ "~/.ssh/id_ed25519" ];
- };
programs.vim = {
enable = true;
extraConfig = (builtins.readFile ../vim/vimrc);
@@ -50,6 +45,7 @@
".config/tmux/tmux.conf".source = ../tmux/tmux.conf;
".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
nm-applet &
icewm-session
@@ -83,8 +79,6 @@
videos = null;
};
- services.syncthing.enable = true;
-
nixpkgs.config.allowUnfree = true;
home.stateVersion = "22.11";