add some aux programs
This commit is contained in:
8
modules/chat/default.nix
Normal file
8
modules/chat/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users."jonas".packages = with pkgs; [
|
||||
discord
|
||||
zoom
|
||||
];
|
||||
}
|
||||
@@ -16,12 +16,8 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
utterly-nord-plasma
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.plasma-browser-integration
|
||||
];
|
||||
|
||||
# Use kvantum themes
|
||||
environment.variables = {
|
||||
"QT_STYLE_OVERRIDE"="kvantum";
|
||||
};
|
||||
qt.style.name = "kvantum";
|
||||
};
|
||||
}
|
||||
8
modules/games/default.nix
Normal file
8
modules/games/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
users.users."jonas".packages = with pkgs; [
|
||||
lutris
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user