qenya: declaratively define more of GNOME config

Closes #3
This commit is contained in:
Katherina Walshe-Grey 2024-09-12 15:41:43 +01:00
parent 752fce2538
commit 251560f761
8 changed files with 98 additions and 51 deletions

View file

@ -1,12 +1,8 @@
{ config, lib, pkgs, ... }:
{
dconf.enable = true;
programs = {
firefox.enable = true;
vscode.enable = true;
};
programs.firefox.enable = true;
programs.vscode.enable = true;
home.packages = with pkgs; [
bitwarden