move packages to programs/tools
This commit is contained in:
parent
dfa623f370
commit
77a77ab51f
@ -61,39 +61,6 @@
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
arduino
|
||||
bat
|
||||
chromium
|
||||
drawio
|
||||
ffmpeg
|
||||
firefox
|
||||
fzf
|
||||
htop
|
||||
insomnia
|
||||
kicad
|
||||
killall
|
||||
mosquitto
|
||||
mupdf
|
||||
neofetch
|
||||
nil
|
||||
nix-search-cli
|
||||
nixpkgs-fmt
|
||||
obsidian
|
||||
pass
|
||||
poetry
|
||||
python311Packages.radian
|
||||
qalculate-qt
|
||||
qtpass
|
||||
rstudio
|
||||
thefuck
|
||||
vim
|
||||
vscode
|
||||
w3m
|
||||
youtube-dl
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0" # required by obsidian
|
||||
"python3.11-youtube-dl-2021.12.17"
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
fira-code
|
||||
];
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.variables = ["--all"];
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.kitty = {
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
font = {
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
programs.kitty.enable = true;
|
||||
}
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
{config, ...}: let
|
||||
sshKeys = name: {
|
||||
"ssh/id_rsa_${name}.pub" = {
|
||||
sopsFile = ../../secrets/jonas/ssh.yaml;
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
./tools.nix
|
||||
./zsh.nix
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
{
|
||||
pkgs
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
firefox
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
{config, ...}: let
|
||||
omz_custom = "${config.home.homeDirectory}/.config/omz_custom";
|
||||
in {
|
||||
home.file."${omz_custom}" = {
|
||||
|
||||
@ -1,9 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
arduino
|
||||
chromium
|
||||
drawio
|
||||
insomnia
|
||||
mosquitto
|
||||
obsidian
|
||||
qalculate-qt
|
||||
qtpass
|
||||
rstudio
|
||||
mupdf
|
||||
kicad
|
||||
vscode
|
||||
ffmpeg
|
||||
firefox
|
||||
alejandra
|
||||
borgbackup
|
||||
borgmatic
|
||||
@ -23,6 +34,9 @@
|
||||
wget
|
||||
zoom
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0" # required by obsidian
|
||||
];
|
||||
programs.steam.enable = true;
|
||||
services.udev.packages = [pkgs.openhantek6022];
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user