Fixed emacs lsp issues; general nix cleanup

This commit is contained in:
Random936
2024-09-22 18:17:10 -07:00
parent 6403840eb5
commit cc11a81c03
5 changed files with 9 additions and 9 deletions

View File

@@ -12,13 +12,8 @@
# Supported Filesystems
boot.supportedFilesystems = [ "ntfs" ];
# Add kernel drivers for HP Omen Laptop (Fan Control and other)
boot.kernelModules = [ "hp-wmi" ];
# Set hostname
# Hostname and User
networking.hostName = "randomctf";
# Create user
users.users.random = import ./user.nix;
# Enable Nvidia drivers