Updated configuration
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
btop
|
||||
git
|
||||
yazi
|
||||
|
||||
just
|
||||
];
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
@@ -19,16 +19,16 @@
|
||||
# };
|
||||
|
||||
# SDDM configuration
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.qt5.qtquickcontrols2
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# libsForQt5.qt5.qtquickcontrols2
|
||||
# libsForQt5.qt5.qtgraphicaleffects
|
||||
# ];
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "${import ./sddm-theme.nix { inherit pkgs; }}";
|
||||
};
|
||||
# services.displayManager.sddm = {
|
||||
# enable = true;
|
||||
# wayland.enable = true;
|
||||
# theme = "${import ./sddm-theme.nix { inherit pkgs; }}";
|
||||
# };
|
||||
|
||||
# Sound configuration
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
@@ -1,17 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
mesa.drivers
|
||||
];
|
||||
|
||||
hardware.graphics.extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
|
@@ -4,4 +4,5 @@
|
||||
services.fprintd.enable = true;
|
||||
|
||||
security.pam.services.login.fprintAuth = false;
|
||||
security.pam.services.cosmic-greeter.fprintAuth = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user