Switch to Wayland
This commit is contained in:
parent
b19476f92b
commit
64e94d4ff8
22 changed files with 503 additions and 1040 deletions
|
|
@ -2,17 +2,7 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
modules = {
|
||||
hardware = { audio.enable = true; };
|
||||
desktop = {
|
||||
xmonad.enable = true;
|
||||
alacritty.enable = true;
|
||||
joshuto.enable = true;
|
||||
zsh.enable = true;
|
||||
vscode.enable = true;
|
||||
dunst.enable = true;
|
||||
htop.enable = true;
|
||||
flameshot.enable = true;
|
||||
};
|
||||
desktop.hyprland.enable = true;
|
||||
editor = {
|
||||
vim.enable = true;
|
||||
emacs.enable = true;
|
||||
|
|
|
|||
|
|
@ -42,8 +42,6 @@
|
|||
networking.useNetworkd = true;
|
||||
networking.interfaces.enp31s0.useDHCP = true;
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue