aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
committeraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
commit893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch)
treeef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/common/default.nix
parentadded .lock to ignorelist (diff)
huge restructure of modules
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix49
1 files changed, 0 insertions, 49 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
deleted file mode 100644
index b2c7196..0000000
--- a/modules/common/default.nix
+++ /dev/null
@@ -1,49 +0,0 @@
-{ config, pkgs, lib, ... }:
-{
- imports =[
- # names are self explanatory
- ./adguard
- ./doas
- ./fonts
- ./gnupg
- ./i18n
- ./nh
- ./pipewire
- ./searx
- ./ssh
- ./sudo
- ./users
- ];
-
- nix = {
- settings = {
- # Enable flakes
- experimental-features = [ "nix-command" "flakes" ];
-
- # Optimize storage
- auto-optimise-store = true;
-
- # substituters = lib.mkForce [ ];
- # trusted-substituters = lib.mkForce [ ];
- # require-sigs = false;
- };
- };
-
- # Allow unfree packages
- nixpkgs = {
- config.allowUnfree = true;
- };
-
- # List packages installed in system profile.
- # These should be tools in case user tools brake.
- # To search, run:
- # $ nix search <pkgname>
- # or
- # $ nh search <pkgname>
- environment.systemPackages = with pkgs; [
- alacritty
- git
- helix
- xdg-utils
- ];
-}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.