mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-26 01:47:16 +08:00
alacritty and xmonad-srid fix
This commit is contained in:
parent
2b456f2eb9
commit
ae949fc48b
5 changed files with 12 additions and 11 deletions
|
|
@ -12,5 +12,6 @@ in
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
myst
|
||||
alacritty
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
# macOS like behaviour
|
||||
touchpad.naturalScrolling = true;
|
||||
# Tap to click
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
# macOS like behaviour
|
||||
touchpad.naturalScrolling = true;
|
||||
# Tap to click
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"nixEnvSelector.nixShellConfig": "${workspaceRoot}/default.nix",
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
|
||||
}
|
||||
|
|
@ -20,7 +20,7 @@ main = do
|
|||
cfg =
|
||||
def
|
||||
{ modMask = mod4Mask, -- Use Super instead of Alt
|
||||
terminal = "myst",
|
||||
terminal = "alacritty", -- "myst",
|
||||
layoutHook =
|
||||
borderSpacing $
|
||||
avoidStruts $
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ in
|
|||
[ cabal-install
|
||||
cabal-fmt
|
||||
ghcid
|
||||
haskell-language-server
|
||||
# haskell-language-server
|
||||
]);
|
||||
overrides = self: super: with pkgs.haskell.lib; {
|
||||
# dulwich = dontCheck super.dulwich;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue