1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-20 09:39:39 +01:00

Compare commits

..

No commits in common. "91cb42c6a59c70fcf1ad52bcbe39b5778a4018ec" and "81f01ef7090ce535030731ec3822e374551dad20" have entirely different histories.

3 changed files with 10 additions and 11 deletions

18
flake.lock generated
View File

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679972850, "lastModified": 1679911404,
"narHash": "sha256-v305AJXmfod3QeNwOpSizEpY1fI/j0vTtDHf3uFe8K8=", "narHash": "sha256-WGg0wXeJy/KpBE1bFkgYoDLrNOc+SL31tQ2fe36W48o=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "175bdcda0f5c11b09152fd5c2f82cf42c79eb3f0", "rev": "b32f0d1f5553c19df3695667bb6b59aa54601aa0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -229,11 +229,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1679944521, "lastModified": 1679765008,
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=", "narHash": "sha256-VCkg/wC2e882suYDS5PDAemaMLYSOdFm4fsx2gowMR0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100", "rev": "f38f9a4c9b2b6f89a5778465e0afd166a8300680",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -308,11 +308,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1679865578, "lastModified": 1679797994,
"narHash": "sha256-sYQmxxqIYL3QFsRYjW0AufhGur8qWfwoOGPGHRJZlGc=", "narHash": "sha256-Kr/O/UlfqAtoFmkZeAaphsxogeaN8a/IugBApFzPfpk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4361baa782dc3d3b35fd455a1adc370681d9187c", "rev": "5f9d1bb572e08ec432ae46c78581919d837a90f6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -27,7 +27,6 @@
enable = true; enable = true;
sway.enable = true; sway.enable = true;
i3.enable = false; i3.enable = false;
plasma.enable = false;
# set dpi if used in mobile applications # set dpi if used in mobile applications
# dpi = 180; # dpi = 180;
}; };

View File

@ -19,7 +19,7 @@ with lib; {
desktopManager.plasma5.enable = true; desktopManager.plasma5.enable = true;
}; };
services.gnome.gnome-keyring.enable = true; services.gnome3.gnome-keyring.enable = true;
security.pam.services.sddm = { security.pam.services.sddm = {
enableGnomeKeyring = true; enableGnomeKeyring = true;
gnupg.enable = true; gnupg.enable = true;