adding emacs packages overlay and using sddm
This commit is contained in:
parent
c83219239b
commit
1bece25e37
5 changed files with 50 additions and 12 deletions
|
@ -10,6 +10,11 @@
|
|||
extraOptions = "experimental-features = nix-command flakes";
|
||||
package = pkgs.nixVersions.unstable;
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qtwebkit-5.212.0-alpha4"
|
||||
];
|
||||
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
|
@ -95,7 +100,7 @@
|
|||
displayManager = {
|
||||
startx.enable = true;
|
||||
sddm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
session = [
|
||||
{
|
||||
|
@ -116,10 +121,10 @@
|
|||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "dbus-launch startplasma-wayland";
|
||||
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
@ -475,6 +480,12 @@
|
|||
org-roam-ui
|
||||
org-present
|
||||
org-modern
|
||||
org-re-reveal
|
||||
org-re-reveal-ref
|
||||
org-re-reveal-citeproc
|
||||
ox-reveal
|
||||
oer-reveal
|
||||
ox-spectacle
|
||||
unicode-fonts
|
||||
emojify
|
||||
undo-tree
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
extraOptions = "experimental-features = nix-command flakes";
|
||||
package = pkgs.nixVersions.unstable;
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qtwebkit-5.212.0-alpha4"
|
||||
];
|
||||
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
@ -88,7 +93,7 @@
|
|||
displayManager = {
|
||||
startx.enable = true;
|
||||
sddm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
session = [
|
||||
{
|
||||
|
@ -109,10 +114,10 @@
|
|||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "dbus-launch startplasma-wayland";
|
||||
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
@ -461,6 +466,12 @@
|
|||
org-roam-ui
|
||||
org-present
|
||||
org-modern
|
||||
org-re-reveal
|
||||
org-re-reveal-ref
|
||||
org-re-reveal-citeproc
|
||||
ox-reveal
|
||||
oer-reveal
|
||||
ox-spectacle
|
||||
unicode-fonts
|
||||
emojify
|
||||
undo-tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue