Compare commits
2 Commits
e0a06e39cd
...
ca04fc4cb7
Author | SHA1 | Date | |
---|---|---|---|
ca04fc4cb7 | |||
c08eefcaff |
@ -1,6 +1,3 @@
|
||||
# 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,
|
||||
@ -9,11 +6,13 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./system/hardware-configuration.nix
|
||||
./services.nix
|
||||
../../modules/system.nix
|
||||
../../modules/sops.nix
|
||||
./hardware-configuration.nix
|
||||
./services
|
||||
../../modules/opentablet.nix
|
||||
../../modules/sops.nix
|
||||
../../modules/system.nix
|
||||
../../programs/flatpak.nix
|
||||
../../programs/hyprland.nix
|
||||
../../programs/steam.nix
|
||||
];
|
||||
|
||||
@ -40,6 +39,8 @@
|
||||
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 = [
|
||||
./services/gnome.nix
|
||||
./gnome.nix
|
||||
];
|
||||
|
||||
services = {
|
@ -60,7 +60,6 @@
|
||||
security.rtkit.enable = true;
|
||||
|
||||
nix.settings.trusted-users = ["root" "phundrak"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
clinfo # AMD
|
||||
|
@ -1,4 +1,4 @@
|
||||
{pkgs, ...}:{
|
||||
{pkgs, ...}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
mutableKeys = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user