rotate microwave key
This commit is contained in:
parent
d6f6840073
commit
4d0d525875
5 changed files with 23 additions and 26 deletions
|
@ -27,7 +27,6 @@
|
|||
];
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue