hosts | reenable google-calendar for secrets storage, formating
This commit is contained in:
parent
7efe40ac65
commit
e50f14e61c
3 changed files with 18 additions and 4 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -17,7 +24,7 @@
|
|||
games.enable = false;
|
||||
wine.enable = false;
|
||||
tlp.enable = true;
|
||||
gnome-calendar.enable = false;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
games.enable = true;
|
||||
wine.enable = false;
|
||||
tlp.enable = true;
|
||||
gnome-calendar.enable = false;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,11 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
./hardware-configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue