Commit a1bf4352ba1f
Changed files (2)
profiles
profiles/default.nix
@@ -1,19 +1,15 @@
{ config, pkgs, ... }:
{
- imports =
- [
+ imports = [
./users.nix
+ ../pkgs/home-manager/nixos
];
environment = {
variables = {
EDITOR = pkgs.lib.mkOverride 0 "vim";
};
systemPackages = with pkgs; [
- aspell
- aspellDicts.en
- aspellDicts.fr
- cryptsetup
direnv
file
htop
@@ -25,7 +21,6 @@
tree
vim
wget
- fish
];
};
i18n = {
profiles/desktop.nix
@@ -9,7 +9,6 @@
./scanning.nix
./avahi.nix
./syncthing.nix
- ../pkgs/home-manager/nixos
];
programs = {
@@ -38,6 +37,10 @@
allowUnfree = true;
};
environment.systemPackages = with pkgs; [
+ cryptsetup
+ aspell
+ aspellDicts.en
+ aspellDicts.fr
nix-repl
dmenu2
rofi