changes that i forgor

This commit is contained in:
Schrottkatze 2023-05-25 09:03:43 +02:00
parent d5cdedd841
commit 94509fdcb3
7 changed files with 10 additions and 4 deletions

View file

@ -19,6 +19,9 @@ with builtins;
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"nodejs-16.20.0"
];
};
};

View file

@ -4,6 +4,7 @@
inputs = {
# 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";

View file

@ -99,12 +99,14 @@
libGL
libreoffice-fresh
wireshark
awesomebump
zenstates zenmonitor
nvtop-amd
radeontop
rgp
tea
blender-hip
];
programs = {
corectrl.enable = true;

View file

@ -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

View file

@ -10,7 +10,7 @@ in with lib; {
home.packages = with pkgs; [
audacity
krita
gimp
gimp-with-plugins
inkscape-with-extensions
obs-studio
kdenlive

View file

@ -10,6 +10,7 @@ in with lib; {
programs.nheko.enable = true;
home.packages = with pkgs; [
evolutionWithPlugins
schildichat-desktop
];
};
};

View file

@ -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