Add sway config for rainbwodash
This commit is contained in:
parent
df539b0566
commit
925a106692
|
@ -1,21 +0,0 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = pkgs.targetPlatform.system == "x86_64-linux";
|
||||
};
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudioLight
|
||||
qjackctl
|
||||
|
||||
carla
|
||||
lsp-plugins
|
||||
];
|
||||
}
|
|
@ -22,6 +22,31 @@
|
|||
|
||||
boot.supportedFilesystems = [ "nfs4" ];
|
||||
|
||||
# Home
|
||||
home-manager.users.artemis = {
|
||||
wayland.windowManager.sway.config = {
|
||||
output."eDP-1" = { mode = "3840x2400@59.994Hz"; scale = "2"; };
|
||||
input."1386:18753:Wacom_HID_4941_Finger".map_to_output = "eDP-1";
|
||||
input."1739:52710:DLL096D:01_06CB:CDE6_Touchpad" = { middle_emulation = "enabled"; click_method = "clickfinger"; };
|
||||
};
|
||||
xdg.configFile."rustybar/config.toml".text = ''
|
||||
[[tile]]
|
||||
type = "iwd"
|
||||
interface = "wlan0"
|
||||
[[tile]]
|
||||
type = "load"
|
||||
[[tile]]
|
||||
type = "memory"
|
||||
[[tile]]
|
||||
type = "hostname"
|
||||
[[tile]]
|
||||
type = "battery"
|
||||
[[tile]]
|
||||
type = "time"
|
||||
format = "%Y-%m-%dT%H-%S-%S"
|
||||
'';
|
||||
};
|
||||
|
||||
networking.domain = "manehattan.artem.ist";
|
||||
networking.hostName = "rainbowdash";
|
||||
system.stateVersion = "20.03";
|
||||
|
|
Loading…
Reference in a new issue