book | turn off work stuff
This commit is contained in:
parent
4c4b2f8d1a
commit
b0c790e813
1 changed files with 11 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
|
||||
|
|
@ -10,12 +17,12 @@
|
|||
variables.swayScale = "1.5";
|
||||
|
||||
roles = {
|
||||
citrix.enable = true;
|
||||
zoom.enable = true;
|
||||
citrix.enable = false;
|
||||
zoom.enable = false;
|
||||
gui.enable = true;
|
||||
kmscon.enable = true;
|
||||
auto-cpufreq.enable = true;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = { sway.enable = true; };
|
||||
wm = {sway.enable = true;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue