Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 69 additions & 85 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@
DankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell";

inputs = {
nixpkgs.follows = "nixpkgs";
dms-cli.follows = "dms-cli";
};
};

dms-cli = {
url = "path:./nix/inputs/dms-cli";

inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell";
};

home-manager = {
Expand Down
2 changes: 2 additions & 0 deletions hosts/laptop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# Use the latest xanmod kernel, mainly for the Clear Linux patches
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;

hardware.openrazer.enable = true;

services = {
# NTP daemon that's more suitable for laptops
chrony.enable = true;
Expand Down
Loading