Update. Add helix editor package

This commit is contained in:
Daniel Lundin 2024-09-30 09:29:52 +02:00
parent ca7a0646b5
commit 213feda67b
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 22 additions and 14 deletions

View file

@ -29,11 +29,11 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1727583959, "lastModified": 1727840326,
"narHash": "sha256-PoXw38fIy70oDgJu6ZlImu6kco7z+wOCjLBxNnFrPGs=", "narHash": "sha256-yns/VnttWxCuc3TuY+hswCDnnTngp3fBWy2mg4EJfoQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "c2fe2ccc715f8a2b009527b7205fdb6fe393d342", "rev": "03abc18adb29267aa7a3baec77bcf2a6af205b75",
"revCount": 7536, "revCount": 7579,
"type": "git", "type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty" "url": "ssh://git@github.com/ghostty-org/ghostty"
}, },
@ -64,11 +64,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727383923, "lastModified": 1727817100,
"narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=", "narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ffe2d07e771580a005e675108212597e5b367d2d", "rev": "437ec62009fa8ceb684eb447d455ffba25911cf9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1727348695, "lastModified": 1727634051,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", "narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", "rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,19 +5,21 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
audacity # audacity
bitwig-studio # bitwig-studio
# helvum
# reaper
cameractrls-gtk4
dynamic-wallpaper dynamic-wallpaper
gimp-with-plugins gimp-with-plugins
helvum
inkscape inkscape
inputs.ghostty.packages.${pkgs.system}.default inputs.ghostty.packages.${pkgs.system}.default
moonlight-qt moonlight-qt
obsidian obsidian
pavucontrol pavucontrol
plexamp plexamp
reaper
signal-desktop signal-desktop
zed-editor
]; ];
xdg.desktopEntries = { xdg.desktopEntries = {

View file

@ -36,6 +36,11 @@ in
userEmail = email; userEmail = email;
}; };
programs.helix = {
enable = true;
# extraPackages = [];
};
programs.jujutsu = { programs.jujutsu = {
settings = { settings = {
user = { user = {

View file

@ -91,6 +91,7 @@
"10.1.100.13" "10.1.100.13"
]; ];
firewall.enable = false; firewall.enable = false;
networkmanager.enable = false; networkmanager.enable = false;
useDHCP = false; useDHCP = false;