Skip to content

Commit

Permalink
sway config and add emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 19, 2020
1 parent 213d94c commit eedb2e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions users/programs/core.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ config, lib, pkgs, ... }: {

home-manager.users.rafiyq.programs = {
#emacs = {
# enable = true;
# package = pkgs.emacsGit;
#};
emacs = {
enable = true;
package = pkgs.emacsGit;
};

git = {
enable = true;
Expand Down
4 changes: 2 additions & 2 deletions users/window-managers/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
menu = "${pkgs.wofi}/bin/wofi --insensitive --show drun";
terminal = "${pkgs.termite}/bin/termite";
window.titlebar = true;
window.border = 4;
window.border = 0;
input = {
"2:7:SynPS/2_Synaptics_TouchPad" = {
click_method = "clickfinger";
Expand All @@ -45,7 +45,7 @@
scroll_method = "two_finger";
natural_scroll = "enabled";
#accel_profile = "adaptive";
pointer_accel = "0.5";
#pointer_accel = "0.5";
};
"1:1:AT_Translated_Set_2_keyboard" = { xkb_layout = "gb"; };
};
Expand Down

0 comments on commit eedb2e3

Please sign in to comment.