london: add cutter and ghidra
This commit is contained in:
parent
ab9bae3a10
commit
407e60a9d8
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
extraInfo,
|
extraInfo,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -68,8 +67,16 @@
|
||||||
];
|
];
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
hmConfig = {
|
hmConfig =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
programs.helix.enable = true;
|
programs.helix.enable = true;
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
cutter
|
||||||
|
ghidra
|
||||||
|
];
|
||||||
|
|
||||||
my.desktop.sway.monitors = [
|
my.desktop.sway.monitors = [
|
||||||
{
|
{
|
||||||
name = "Iiyama North America PL2470H 0x0000047B";
|
name = "Iiyama North America PL2470H 0x0000047B";
|
||||||
|
|
Loading…
Reference in a new issue