Compare commits
No commits in common. "ca04fc4cb717fefea954664b9daaf3592f68928d" and "e0a06e39cd8d595731cae6d9a9f25f2dc0bb1bff" have entirely different histories.
ca04fc4cb7
...
e0a06e39cd
@ -1,3 +1,6 @@
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
@ -6,13 +9,11 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
./services
|
||||
../../modules/opentablet.nix
|
||||
../../modules/sops.nix
|
||||
./system/hardware-configuration.nix
|
||||
./services.nix
|
||||
../../modules/system.nix
|
||||
../../programs/flatpak.nix
|
||||
../../programs/hyprland.nix
|
||||
../../modules/sops.nix
|
||||
../../modules/opentablet.nix
|
||||
../../programs/steam.nix
|
||||
];
|
||||
|
||||
@ -39,8 +40,6 @@
|
||||
sound.enable = true;
|
||||
};
|
||||
|
||||
modules.hyprland.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./gnome.nix
|
||||
./services/gnome.nix
|
||||
];
|
||||
|
||||
services = {
|
@ -60,6 +60,7 @@
|
||||
security.rtkit.enable = true;
|
||||
|
||||
nix.settings.trusted-users = ["root" "phundrak"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
clinfo # AMD
|
||||
|
Loading…
x
Reference in New Issue
Block a user