various updates and rmove logseq

This commit is contained in:
albert 2024-08-14 22:44:36 +09:00
parent 0a79c2c312
commit bada71574c
Signed by: albert
GPG key ID: 3895DD267CA11BA9
5 changed files with 4 additions and 10 deletions

View file

@ -21,8 +21,6 @@
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
# sops-nix - Secret Management with SOPS using GPG Keys # sops-nix - Secret Management with SOPS using GPG Keys
sops-nix.url = "github:Mic92/sops-nix"; sops-nix.url = "github:Mic92/sops-nix";
# doom-emacs - The Doom Emacs distribution`
# doom-emacs.url = "github:nix-community/nix-doom-emacs";
# nixos-hardware - Hardware Configurations # nixos-hardware - Hardware Configurations
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# nixos-generators - Automated Image / ISO Creation # nixos-generators - Automated Image / ISO Creation
@ -41,7 +39,7 @@
plasma-manager.url = "github:pjones/plasma-manager"; plasma-manager.url = "github:pjones/plasma-manager";
plasma-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
# Hyprland Flake # Hyprland Flake
# hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
# Steam Deck configs for NixOS # Steam Deck configs for NixOS
jovian.url = "github:Jovian-Experiments/Jovian-NixOS"; jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
}; };

View file

@ -84,7 +84,6 @@
"applications:bitwarden.desktop" "applications:bitwarden.desktop"
"applications:org.kde.konsole.desktop" "applications:org.kde.konsole.desktop"
"applications:steam.desktop" "applications:steam.desktop"
"applications:logseq.desktop"
]; ];
}; };
} }

View file

@ -4,7 +4,6 @@
inherit system; inherit system;
config = { config = {
allowUnfree = unfree; allowUnfree = unfree;
permittedInsecurePackages = [ "electron-27.3.11" ];
}; };
hostPlatform = system; hostPlatform = system;
}); });
@ -13,7 +12,6 @@
inherit system; inherit system;
config = { config = {
allowUnfree = unfree; allowUnfree = unfree;
permittedInsecurePackages = [ "electron-27.3.11" ];
}; };
hostPlatform = system; hostPlatform = system;
}); });

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { { ... }: {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
# https://search.nixos.org/options?channel=23.05&show=programs.firefox.preferences&from=0&size=50&sort=relevance&type=packages&query=firefox # https://search.nixos.org/options?channel=23.05&show=programs.firefox.preferences&from=0&size=50&sort=relevance&type=packages&query=firefox

View file

@ -1,8 +1,7 @@
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: { { pkgs, pkgs-unstable, ... }: {
# Steam, Vintage Story areu nfree. # Steam, Vintage Story areu nfree.
environment.systemPackages = [ environment.systemPackages = [
# General Desktop stuff # General Desktop stuff
pkgs-unstable.logseq
pkgs.bitwarden pkgs.bitwarden
pkgs.lutris pkgs.lutris
pkgs.vlc pkgs.vlc