Compare commits

..

No commits in common. "0bc23cc772f7677514711ff491e08a773f5000ca" and "6a73e54b73248a57ac437f268d7226e0ad095b4f" have entirely different histories.

6 changed files with 10 additions and 16 deletions

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
imports = [
../common
];
}

View file

@ -1,5 +1,4 @@
{
pkgs,
inputs,
outputs,
...
@ -8,19 +7,16 @@ in {
imports = [
./global
./features/desktop/awesome
./features/desktop/gnome
# ./features/desktop/gnome
./features/coding
inputs.nix-colors.homeManagerModules.default
];
home.packages = with pkgs; [nextcloud-client];
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
nixpkgs = {
config = {
permittedInsecurePackages = [
"electron-25.9.0"
"nix-2.15.3"
];
};
};

View file

@ -3,6 +3,10 @@
{
inputs,
outputs,
lib,
config,
pkgs,
heliox-cli,
...
}: {
# You can import other NixOS modules here
@ -37,6 +41,7 @@
../common/optional/udisks.nix
];
nixpkgs = {
# You can add overlays here
overlays = [
@ -68,8 +73,6 @@
services.udev.packages = [inputs.heliox-cli.packages.x86_64-linux.default];
environment.systemPackages = [inputs.heliox-cli.packages.x86_64-linux.default];
displayManager.sddm.enable = true;
# Force disable Nvidia PRIME, needed by nix-hardware
hardware.nvidia.prime.offload.enable = false;

View file

@ -13,4 +13,8 @@
environment.profileRelativeSessionVariables = {
QT_PLUGIN_PATH = ["/lib/qt-6/plugins"];
};
services.xserver = {
displayManager.sddm.enable = true;
};
}

View file

@ -3,7 +3,6 @@
systemd-boot = {
enable = true;
consoleMode = "max";
configurationLimit = 42;
};
efi.canTouchEfiVariables = true;
};

View file

@ -63,12 +63,9 @@
networking.hostName = "ludwig";
# environment.sessionVariables.QT_QPA_PLATFORM = "wayland";
services.xserver.displayManager.gdm.enable = true;
programs = {
adb.enable = true;
dconf.enable = true;
xwayland.enable = true;
};
hardware = {