mewo
This commit is contained in:
parent
a7c7406e11
commit
25483265e1
9 changed files with 508 additions and 60 deletions
9
hosts/theseus/work.nix
Normal file
9
hosts/theseus/work.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
home.packages = [
|
||||
pkgs.dotnet-sdk_8
|
||||
pkgs.jetbrains.rider
|
||||
pkgs.jetbrains.datagrip
|
||||
(pkgs.firefox-devedition.overrideAttrs (super: self: { meta.priority = 1; }))
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue