Working with lag spikes
This commit is contained in:
6
home/games.nix
Normal file
6
home/games.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
{ config, pkgs, user, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
openmw
|
||||
];
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
./shared.nix
|
||||
./hacking.nix
|
||||
./neovim.nix
|
||||
./games.nix
|
||||
./emacs.nix
|
||||
./zsh.nix
|
||||
];
|
||||
@@ -22,8 +23,9 @@
|
||||
wireshark
|
||||
pavucontrol
|
||||
google-chrome
|
||||
nextcloud-client
|
||||
wireguard-tools
|
||||
nextcloud-client
|
||||
nvtopPackages.full
|
||||
];
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user