Update structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
inputs:
|
||||
let
|
||||
mkHost = import ../mkHost.nix inputs;
|
||||
in
|
||||
mkHost {
|
||||
system = "x86_64-linux";
|
||||
hostname = "Arcadia";
|
||||
username = "hare";
|
||||
systemModules = [ ./nixos.nix ];
|
||||
homeModule = [ ./home-manager.nix ];
|
||||
}
|
||||
@@ -43,7 +43,6 @@
|
||||
gimp
|
||||
inkscape
|
||||
obsidian
|
||||
# davinci-resolve
|
||||
kdePackages.filelight
|
||||
inputs.zen-browser.packages."${stdenv.hostPlatform.system}".default
|
||||
(deno.overrideAttrs (oldAttrs: {
|
||||
@@ -62,6 +61,8 @@
|
||||
vinegar
|
||||
|
||||
antigravity
|
||||
|
||||
davinci-resolve
|
||||
];
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user