added tide and removed things from the 'main' config to see if it still works

This commit is contained in:
Christoph Hollizeck 2024-03-26 17:48:15 +01:00
parent 17bd0f8861
commit 208e4947a5
4 changed files with 41 additions and 56 deletions

View file

@ -16,7 +16,8 @@ in
shellAliases = { shellAliases = {
vim = "nvim"; vim = "nvim";
vimdiff = "nvim -d"; }; vimdiff = "nvim -d";
};
stateVersion = "23.11"; stateVersion = "23.11";
}; };

View file

@ -5,7 +5,8 @@ with lib.wyrdgard;
let let
cfg = config.wyrdgard.tools.nix-ld; cfg = config.wyrdgard.tools.nix-ld;
in { in
{
options.wyrdgard.tools.nix-ld = with types; { options.wyrdgard.tools.nix-ld = with types; {
enable = mkBoolOpt false "Wether or not to enable nix-ld"; enable = mkBoolOpt false "Wether or not to enable nix-ld";
}; };

View file

@ -4,36 +4,19 @@ with lib.wyrdgard;
{ {
imports = [ ./hardware.nix ]; imports = [ ./hardware.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.blacklistedKernelModules = [ "hyperv-fb" ]; boot.blacklistedKernelModules = [ "hyperv-fb" ];
virtualisation.hypervGuest.videoMode = "1920x1080"; virtualisation.hypervGuest.videoMode = "1920x1080";
users.users.cholli = {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim
snowfallorg.flake
git
gitAndTools.gh
kitty kitty
fish fish
vivaldi fishPlugins.tide
fd fd
tree tree
ripgrep ripgrep
nixfmt
]; ];
home-manager.useGlobalPkgs = true;
networking.networkmanager.enable = true;
services.xserver = { services.xserver = {
enable = true; enable = true;
displayManager.sddm = { displayManager.sddm = {