rotate microwave key

This commit is contained in:
Grigory Shipunov 2022-07-15 05:05:30 +02:00
parent d6f6840073
commit 4d0d525875
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
5 changed files with 23 additions and 26 deletions

View file

@ -27,7 +27,6 @@
];
nix = {
autoOptimiseStore = true;
extraOptions = ''
experimental-features = nix-command flakes
'';

View file

@ -1,6 +1,5 @@
# General Desktop-related config
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
firefox-wayland
@ -131,7 +130,7 @@
qt5 = {
enable = true;
platformTheme = "gnome";
style ="adwaita-dark";
style = "adwaita-dark";
};
services.gnome.gnome-keyring.enable = true;