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

View file

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

View file

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

View file

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