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 = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -17,7 +24,7 @@
|
||||||
games.enable = false;
|
games.enable = false;
|
||||||
wine.enable = false;
|
wine.enable = false;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
gnome-calendar.enable = false;
|
gnome-calendar.enable = true;
|
||||||
};
|
};
|
||||||
wm = {
|
wm = {
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
games.enable = true;
|
games.enable = true;
|
||||||
wine.enable = false;
|
wine.enable = false;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
gnome-calendar.enable = false;
|
gnome-calendar.enable = true;
|
||||||
};
|
};
|
||||||
wm = {
|
wm = {
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{
|
||||||
|
inputs,
|
||||||
|
outputs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue