mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Adjust config for pc wayland
This commit is contained in:
@@ -19,12 +19,6 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
@@ -53,7 +47,7 @@
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
# pinentryFlavor = "gtk2";
|
||||
};
|
||||
|
||||
# Home manager configuration
|
||||
@@ -103,7 +97,6 @@
|
||||
zoom-us
|
||||
libreoffice
|
||||
google-chrome
|
||||
rustdesk
|
||||
airshipper
|
||||
];
|
||||
};
|
||||
@@ -111,4 +104,3 @@
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user