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

Create workstation layer

parent d71974b4
No related branches found
No related tags found
No related merge requests found
# Basic desktop functionality (window manager, terminal emulator, browser and a few utilities)
{ pkgs, ... }:
let
......@@ -25,7 +26,7 @@ in
];
environment.systemPackages = with pkgs; [
# desktop programs
# desktop environment programs
glxinfo
gnome3.gnome-disk-utility
vscode
......@@ -60,8 +61,6 @@ in
users.jens = {
packages = with pkgs; [
chromium
tdesktop
spotify
pavucontrol
playerctl
xdg_utils
......
{ pkgs, ... }:
{
imports = [
./desktop.nix
];
environment.systemPackages = with pkgs; [
virtmanager
tdesktop
spotify
];
}
\ No newline at end of file
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