mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
update: enable plasma
This commit is contained in:
parent
7728324e5b
commit
9d8d7276d3
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
# Common configurations
|
||||
# ../common/optional/plasma.nix
|
||||
../common/optional/plasma.nix
|
||||
../common/global
|
||||
../common/optional/nvidia.nix
|
||||
../common/optional/docker.nix
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
};
|
||||
|
||||
# Display manager configuration
|
||||
services.displayManager.defaultSession = "dwl";
|
||||
services.displayManager.defaultSession = "plasma";
|
||||
|
||||
# Basic system packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -79,5 +79,6 @@
|
|||
usbutils
|
||||
obs-studio
|
||||
ntfs3g
|
||||
firefox
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue