profiles#im: init
This commit is contained in:
parent
43820d08fc
commit
37dac0d77d
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
let inherit (builtins) readFile;
|
||||
in {
|
||||
imports = [ ./sway ../develop ./xmonad ../networkmanager ];
|
||||
imports = [ ./sway ../develop ./xmonad ../networkmanager ../im ];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
|
8
profiles/im/default.nix
Normal file
8
profiles/im/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ unstablePkgs, ... }: {
|
||||
environment.systemPackages = with unstablePkgs; [
|
||||
discord
|
||||
riot-desktop
|
||||
signal-desktop
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in a new issue