various updates and rmove logseq
This commit is contained in:
parent
0a79c2c312
commit
bada71574c
5 changed files with 4 additions and 10 deletions
|
@ -21,8 +21,6 @@
|
|||
nur.url = "github:nix-community/NUR";
|
||||
# sops-nix - Secret Management with SOPS using GPG Keys
|
||||
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.url = "github:NixOS/nixos-hardware/master";
|
||||
# nixos-generators - Automated Image / ISO Creation
|
||||
|
@ -41,7 +39,7 @@
|
|||
plasma-manager.url = "github:pjones/plasma-manager";
|
||||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Hyprland Flake
|
||||
# hyprland.url = "github:hyprwm/Hyprland";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# Steam Deck configs for NixOS
|
||||
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
};
|
||||
|
|
|
@ -84,7 +84,6 @@
|
|||
"applications:bitwarden.desktop"
|
||||
"applications:org.kde.konsole.desktop"
|
||||
"applications:steam.desktop"
|
||||
"applications:logseq.desktop"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
};
|
||||
hostPlatform = system;
|
||||
});
|
||||
|
@ -13,7 +12,6 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
};
|
||||
hostPlatform = system;
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
# https://search.nixos.org/options?channel=23.05&show=programs.firefox.preferences&from=0&size=50&sort=relevance&type=packages&query=firefox
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
|
||||
{ pkgs, pkgs-unstable, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
environment.systemPackages = [
|
||||
# General Desktop stuff
|
||||
pkgs-unstable.logseq
|
||||
pkgs.bitwarden
|
||||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
|
|
Loading…
Reference in a new issue