399 current 2024-04-17 21:39:08 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
36091e5aae
commit
275657c3ad
1 changed files with 8 additions and 5 deletions
|
|
@ -1,16 +1,19 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
# package = pkgs.swayfx;
|
||||
catppuccin.enable = true;
|
||||
config = rec {
|
||||
config = {
|
||||
terminal = "kitty";
|
||||
startup = [{command = "firefox";}];
|
||||
|
||||
input = {
|
||||
"Logitech USB Receiver" = {
|
||||
accel_profile = "flat";
|
||||
pointer_accel = "0.5";
|
||||
};
|
||||
};
|
||||
|
||||
output = {
|
||||
DP-1 = {
|
||||
mode = "2560x1440@239.972Hz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue