Compare commits

..

No commits in common. "1c389114a1c2cf5b34389f0608221268a4f477ca" and "f87ffb375a3f3de7e22c31e051531b3a93f74e94" have entirely different histories.

5 changed files with 3 additions and 42 deletions

View File

@ -89,7 +89,7 @@
home-manager.users."gunalx" = import ./home/full.nix;
}
#need to choose one. The nixos one has bootloader and display manager in addition to the home manager one.
#inputs.stylix.nixosModules.stylix
inputs.stylix.nixosModules.stylix
#inputs.stylix.homeManagerModules.stylix
];
};

View File

@ -4,7 +4,7 @@
./base.nix
./code.nix
./sway.nix
#./stylix.nix
./stylix.nix
];
home.packages = with pkgs; [

View File

@ -10,7 +10,6 @@
./hardware-configuration.nix
./nvidia.nix
../../profiles/desktop.nix
../../services/podman.nix
];
# Use the systemd-boot EFI boot loader.

View File

@ -42,7 +42,7 @@
#install packages
environment.systemPackages = with pkgs; [
#cudaPackages.cudnn
cudaPackages.cudatoolkit
#cudaPackages.cudatoolkit
nvtopPackages.nvidia
#cudaPackages.tensorrt_8_6_0 #needs to be added manually, to the store and is a pain because of the license agreement and garbage collection

View File

@ -1,38 +0,0 @@
{ config, pkgs, lib, ... }:
{
imports =
[
./base.nix
./ai.nix
];
environment.systemPackages = with pkgs; [
texliveFull
pandoc
pandoc-plantuml-filter
plantuml
haskellPackages.pandoc-plot
pandoc-imagine
pandoc-katex
haskellPackages.pandoc-cli
pandoc-include
markdownlint-cli
libsForQt5.kate
poetry
gcc
cargo
rustup
];
}