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; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off stable packages
firefox firefox
google-chrome
discord
gamemode
] ++ [ ] ++ [
# One-off unstable packages # One-off unstable packages
pkgs-unstable.ungoogled-chromium
]; ];
# Enable modules # Enable modules

View File

@ -40,7 +40,7 @@
favorite-apps = [ favorite-apps = [
"steam.desktop" "steam.desktop"
"org.gnome.Console.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"; options.modules.devel.notes.enable = lib.mkEnableOption "notes";
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# Needed for obsidian
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pandoc pandoc
gollum gollum
obsidian
zk zk
# for zk # for zk