From 94509fdcb3d827acdf2cae3dbcee7a3d067f1eb1 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 25 May 2023 09:03:43 +0200 Subject: [PATCH] changes that i forgor --- common.nix | 3 +++ flake.nix | 3 ++- hosts/monosodium-glutamate-g/configuration.nix | 2 ++ hosts/potatobook-g/configuration.nix | 2 -- modules/desktop/creative.nix | 2 +- modules/desktop/social.nix | 1 + modules/helix.nix | 1 + 7 files changed, 10 insertions(+), 4 deletions(-) diff --git a/common.nix b/common.nix index ffa3b02..53a3d2f 100644 --- a/common.nix +++ b/common.nix @@ -19,6 +19,9 @@ with builtins; nixpkgs = { config = { allowUnfree = true; + permittedInsecurePackages = [ + "nodejs-16.20.0" + ]; }; }; diff --git a/flake.nix b/flake.nix index 0316aca..93d64de 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,9 @@ description = "system"; inputs = { - #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + # nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs.url = "nixpkgs/nixos-unstable"; + # nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs-stable.url = "nixpkgs/nixos-22.11"; home-manager = { url = "github:nix-community/home-manager"; diff --git a/hosts/monosodium-glutamate-g/configuration.nix b/hosts/monosodium-glutamate-g/configuration.nix index f6c57f9..2164c40 100644 --- a/hosts/monosodium-glutamate-g/configuration.nix +++ b/hosts/monosodium-glutamate-g/configuration.nix @@ -99,12 +99,14 @@ libGL libreoffice-fresh wireshark + awesomebump zenstates zenmonitor nvtop-amd radeontop rgp tea + blender-hip ]; programs = { corectrl.enable = true; diff --git a/hosts/potatobook-g/configuration.nix b/hosts/potatobook-g/configuration.nix index cd057e7..44c4db8 100644 --- a/hosts/potatobook-g/configuration.nix +++ b/hosts/potatobook-g/configuration.nix @@ -9,8 +9,6 @@ ]; }; imports = [ - # ./t2.nix - # "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2" ./hardware-configuration.nix ../../common.nix ../../modules diff --git a/modules/desktop/creative.nix b/modules/desktop/creative.nix index 6f89ec6..69bbe79 100644 --- a/modules/desktop/creative.nix +++ b/modules/desktop/creative.nix @@ -10,7 +10,7 @@ in with lib; { home.packages = with pkgs; [ audacity krita - gimp + gimp-with-plugins inkscape-with-extensions obs-studio kdenlive diff --git a/modules/desktop/social.nix b/modules/desktop/social.nix index 19935a3..8a75388 100644 --- a/modules/desktop/social.nix +++ b/modules/desktop/social.nix @@ -10,6 +10,7 @@ in with lib; { programs.nheko.enable = true; home.packages = with pkgs; [ evolutionWithPlugins + schildichat-desktop ]; }; }; diff --git a/modules/helix.nix b/modules/helix.nix index ed29149..231932a 100644 --- a/modules/helix.nix +++ b/modules/helix.nix @@ -11,6 +11,7 @@ in with lib; { sessionVariables.EDITOR = "hx"; packages = [ pkgs.nil + pkgs.haskell-language-server pkgs.nodePackages_latest.vscode-html-languageserver-bin pkgs.nodePackages_latest.vscode-json-languageserver-bin pkgs.nodePackages_latest.vscode-css-languageserver-bin