Skip to content
Snippets Groups Projects
Commit a3bf7bcb authored by Jens Nolte's avatar Jens Nolte
Browse files

Move developer configuration to dev layer

parent d2ea0282
No related branches found
No related tags found
Loading
{ pkgs, ... }:
{
documentation.dev.enable = true;
environment.systemPackages = with pkgs; [
man-pages
posix_man_pages
# Dictionary (command `trans`)
translate-shell
];
users = {
users.dev = {
users.users = {
jens = {
packages = with pkgs; [ direnv ];
};
dev = {
uid = 1300;
isNormalUser = true;
packages = with pkgs; [
......
......@@ -3,11 +3,10 @@
{
imports = [
./desktop.nix
./dev.nix
#./vscode.nix
];
documentation.dev.enable = true;
environment.systemPackages = with pkgs; [
virtmanager
keepassxc
......@@ -16,17 +15,8 @@
spotify
gimp
mumble
# Dictionary (command `trans`)
translate-shell
posix_man_pages
];
users.users.jens = {
packages = with pkgs; [ direnv ];
};
users.users.adobe = {
isNormalUser = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment