mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
pray
This commit is contained in:
parent
59ee516926
commit
5a3af882ec
61 changed files with 705 additions and 562 deletions
|
@ -9,6 +9,5 @@
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
}
|
||||
|
|
5
common/systemModules/kernel.nix
Normal file
5
common/systemModules/kernel.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
}
|
|
@ -1,4 +1,8 @@
|
|||
{ NAME }: { ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
polychromatic
|
||||
];
|
||||
hardware = {
|
||||
openrazer = {
|
||||
enable = true;
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
nerdfonts
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpaper.jpg;
|
||||
|
|
6
common/systemModules/wsl.nix
Normal file
6
common/systemModules/wsl.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "meyer";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue