From ff65c8e951092d4d7caed1c4d02c9e141df7799b Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 8 Aug 2024 03:50:02 +0200 Subject: Imports cleanup --- host/Rory-devenv/configuration.nix | 7 +------ host/Rory-devenv/software.nix | 9 ++------- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'host/Rory-devenv') diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index f361ed1..85f38dd 100755 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ ... }: { imports = [ diff --git a/host/Rory-devenv/software.nix b/host/Rory-devenv/software.nix index afcc751..f1cb896 100755 --- a/host/Rory-devenv/software.nix +++ b/host/Rory-devenv/software.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { imports = [ ../../modules/base-server.nix ]; @@ -69,7 +64,7 @@ kitty feh sshfs - cinnamon.nemo + nemo firefox-bin udisks gparted -- cgit 1.5.1