changes from bulwark

This commit is contained in:
Tyler Starr 2023-11-03 20:26:28 -07:00
parent 0cc3f2780b
commit fc69f7926e
3 changed files with 10 additions and 2 deletions

View File

@ -69,9 +69,11 @@
environment.systemPackages = with pkgs; [
# One-off stable packages
firefox
google-chrome
discord
gamemode
] ++ [
# One-off unstable packages
pkgs-unstable.ungoogled-chromium
];
# Enable modules

View File

@ -40,7 +40,7 @@
favorite-apps = [
"steam.desktop"
"org.gnome.Console.desktop"
"chromium-browser.desktop"
"firefox.desktop"
];
};
};

View File

@ -6,9 +6,15 @@ in {
options.modules.devel.notes.enable = lib.mkEnableOption "notes";
config = lib.mkIf cfg.enable {
# Needed for obsidian
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
environment.systemPackages = with pkgs; [
pandoc
gollum
obsidian
zk
# for zk