flakes!
This commit is contained in:
parent
23d6e56cea
commit
4218e90468
2 changed files with 19 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./flake.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -18,6 +18,11 @@
|
|||
# Kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Flakes
|
||||
{ pkgs, ... }: {
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
# Power Stuff
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.tlp = {
|
||||
|
|
@ -97,7 +102,7 @@
|
|||
kleopatra
|
||||
pinentry
|
||||
arc-theme
|
||||
zoom
|
||||
zoom-us
|
||||
slack
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue