Open source editor only
This commit is contained in:
parent
7aad2aab1f
commit
d371003e5a
4 changed files with 11 additions and 10 deletions
4
apps.nix
4
apps.nix
|
@ -1,10 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.librewolf
|
||||
pkgs.spotify
|
||||
|
|
|
@ -109,4 +109,8 @@
|
|||
};
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
}
|
||||
|
|
9
dev.nix
9
dev.nix
|
@ -9,7 +9,7 @@
|
|||
setSocketVariable = true;
|
||||
daemon.settings.features.cdi = true;
|
||||
};
|
||||
|
||||
|
||||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.useRoutingFeatures = "client";
|
||||
|
@ -34,11 +34,12 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
pkgs.go
|
||||
pkgs.gotools
|
||||
pkgs.rustup
|
||||
pkgs.zig
|
||||
pkgs.fnm
|
||||
pkgs.sublime4
|
||||
pkgs.sublime-merge
|
||||
pkgs.rclone
|
||||
pkgs.git
|
||||
pkgs.helix
|
||||
pkgs.zed-editor
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ...}:
|
||||
let
|
||||
baseconfig = { allowUnfree = true; };
|
||||
unstable = import <nixos-unstable> { config = baseconfig; };
|
||||
pkgs = import <nixos-unstable> { config = baseconfig; };
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.ghostty
|
||||
pkgs.ghostty
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue