Compare commits
No commits in common. "main" and "hjemify" have entirely different histories.
81 changed files with 643 additions and 800 deletions
|
@ -2,8 +2,8 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix-latest
|
||||
runs-on: debian-latest
|
||||
container:
|
||||
image: ghcr.io/nydragon/runner:latest
|
||||
steps:
|
||||
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||
- run: nix flake check --verbose
|
||||
|
|
|
@ -11,12 +11,20 @@ repos:
|
|||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: nixpkgs-fmt
|
||||
name: Check nix formatting
|
||||
entry: nixfmt
|
||||
language: system
|
||||
files: .*\.nix$
|
||||
args: [-c]
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: prettier
|
||||
name: Check css, scss, js, ts and yaml formatting
|
||||
entry: prettier
|
||||
language: system
|
||||
files: .*\.(css|scss|js|ts|yaml)$
|
||||
args: [--write]
|
||||
args: [-c]
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: typos
|
||||
|
@ -26,27 +34,3 @@ repos:
|
|||
files: .*
|
||||
exclude: .*\.(png|jpg|jpeg|age)
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: deadnix
|
||||
name: Check for dead nix code
|
||||
entry: deadnix
|
||||
language: system
|
||||
files: .+\.nix$
|
||||
args: ["-e", "-l"]
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: statix
|
||||
name: Lint nix code
|
||||
entry: statix
|
||||
language: system
|
||||
files: .+\.nix$
|
||||
pass_filenames: false
|
||||
args: [fix]
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: nix-fmt
|
||||
name: Check nix formatting
|
||||
entry: nix fmt
|
||||
language: system
|
||||
files: .*\.nix$
|
||||
stages: [pre-commit]
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
| ------- | ------- | ---------------------------------------- |
|
||||
| marr | x86_64 | Laptop Workstation |
|
||||
| brontes | x86_64 | Desktop Workstation |
|
||||
| styrax | x86_64 | |
|
||||
| raptus | x86_64 | |
|
||||
| nihilus | aarch64 | Small Pi used to make "off-site" backups |
|
||||
|
||||
|
|
BIN
assets/landscape-pink-pastel.jpg
Normal file
BIN
assets/landscape-pink-pastel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 774 KiB |
BIN
assets/wallpapers/nix-flake-pastel.jpg
Normal file
BIN
assets/wallpapers/nix-flake-pastel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 308 KiB |
164
flake.lock
generated
164
flake.lock
generated
|
@ -23,24 +23,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"calibre-plugins": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742395204,
|
||||
"narHash": "sha256-RhI3wa1OCIjpkgwI8FEt1n3DlDP6w9W4jA+E3h6KdZU=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "a131835a6016b8538d4e66e79eeb6393f436ee8c",
|
||||
"revCount": 6,
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/calibre-plugins.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/calibre-plugins.git"
|
||||
}
|
||||
},
|
||||
"darwin": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -70,11 +52,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741786315,
|
||||
"narHash": "sha256-VT65AE2syHVj6v/DGB496bqBnu1PXrrzwlw07/Zpllc=",
|
||||
"lastModified": 1737038063,
|
||||
"narHash": "sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk=",
|
||||
"owner": "nix-community",
|
||||
"repo": "disko",
|
||||
"rev": "0d8c6ad4a43906d14abd5c60e0ffe7b587b213de",
|
||||
"rev": "bf0abfde48f469c256f2b0f481c6281ff04a5db2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -106,11 +88,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741352980,
|
||||
"narHash": "sha256-+u2UunDA4Cl5Fci3m7S643HzKmIDAe+fiXrLqYsR2fs=",
|
||||
"lastModified": 1736143030,
|
||||
"narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"rev": "f4330d22f1c5d2ba72d3d22df5597d123fdb60a9",
|
||||
"rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -124,11 +106,11 @@
|
|||
"nixpkgs-lib": "nixpkgs-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1740872218,
|
||||
"narHash": "sha256-ZaMw0pdoUKigLpv9HiNDH2Pjnosg7NBYMJlHTIsHEUo=",
|
||||
"lastModified": 1736143030,
|
||||
"narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"rev": "3876f6b87db82f33775b1ef5ea343986105db764",
|
||||
"rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -181,11 +163,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742070442,
|
||||
"narHash": "sha256-xPDSLswRazXLlceqc2+VdbKKG2m/OXCjTzU9O/Bs4ZQ=",
|
||||
"lastModified": 1737619027,
|
||||
"narHash": "sha256-jEzZs9dHdmVP5X9HCC/7jrv08aWFfqZV5cZ+cZWYGA4=",
|
||||
"owner": "feel-co",
|
||||
"repo": "hjem",
|
||||
"rev": "ae49a5a2e013c710d2b2cf046ae365d08eae75b3",
|
||||
"rev": "48cfa21987672a31a358b7e4d582fc174556e633",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -204,11 +186,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1743618206,
|
||||
"narHash": "sha256-2m+NSilel93Kmafb1ghS+7T6kxmesKynWEqsVXIxj/k=",
|
||||
"lastModified": 1740334274,
|
||||
"narHash": "sha256-7WePvSVCZFoq10tf0LF6MsYbS/JPl/eQjE6zsfz5RpE=",
|
||||
"owner": "nydragon",
|
||||
"repo": "hjem-rum",
|
||||
"rev": "c365017ca78d21ffcf0e785332b04bdbbd96c284",
|
||||
"rev": "20b1173bc9fee5ef26a11578934f01992b84e5a2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -224,11 +206,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742926508,
|
||||
"narHash": "sha256-wgfY302ZaOsBCXb8aZDTG3Zt2kg3jDDaRrmtUw8nz00=",
|
||||
"lastModified": 1737762889,
|
||||
"narHash": "sha256-5HGG09bh/Yx0JA8wtBMAzt0HMCL1bYZ93x4IqzVExio=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "8bef8b7a0a95d347018f09b291e2fa0a77abd23f",
|
||||
"rev": "daf04c5950b676f47a794300657f1d3d14c1a120",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -239,11 +221,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1742806253,
|
||||
"narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=",
|
||||
"lastModified": 1737751639,
|
||||
"narHash": "sha256-ZEbOJ9iT72iwqXsiEMbEa8wWjyFvRA9Ugx8utmYbpz4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726",
|
||||
"rev": "dfad538f751a5aa5d4436d9781ab27a6128ec9d4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -271,38 +253,23 @@
|
|||
},
|
||||
"nixpkgs-lib": {
|
||||
"locked": {
|
||||
"lastModified": 1740872140,
|
||||
"narHash": "sha256-3wHafybyRfpUCLoE8M+uPVZinImg3xX+Nm6gEfN3G8I=",
|
||||
"lastModified": 1735774519,
|
||||
"narHash": "sha256-CewEm1o2eVAnoqb6Ml+Qi9Gg/EfNAxbRx1lANGVyoLI=",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/6d3702243441165a03f699f64416f635220f4f15.tar.gz"
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/6d3702243441165a03f699f64416f635220f4f15.tar.gz"
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1742335908,
|
||||
"narHash": "sha256-unmSiGsXmUAZ4fAcSgf1iwssLmt/FLrczhLAsosyLh8=",
|
||||
"lastModified": 1737885589,
|
||||
"narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fb9a9ddebc6c9685d2b6b98b35f134573e1872c8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1742669843,
|
||||
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
|
||||
"rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -312,13 +279,13 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1741462378,
|
||||
"narHash": "sha256-ZF3YOjq+vTcH51S+qWa1oGA9FgmdJ67nTNPG2OIlXDc=",
|
||||
"lastModified": 1738297584,
|
||||
"narHash": "sha256-AYvaFBzt8dU0fcSK2jKD0Vg23K2eIRxfsVXIPCW9a0E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2d9e4457f8e83120c9fdf6f1707ed0bc603e5ac9",
|
||||
"rev": "9189ac18287c599860e878e905da550aa6dec1cd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -328,21 +295,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1741851582,
|
||||
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-unstable",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"nur": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts_2",
|
||||
|
@ -352,11 +304,11 @@
|
|||
"quasigod": "quasigod"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741801623,
|
||||
"narHash": "sha256-U3pD4UFNMFwm1hDQeKa4H+lgVy+RoX/XbbphUROXHEo=",
|
||||
"lastModified": 1738585852,
|
||||
"narHash": "sha256-Z+cDls2k+57lAFU+/EwRcjutgCI2iRMRpGlXHMkVcz8=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "e25a92424c4b0d095d7cdf63eb9ae2b276c84a51",
|
||||
"revCount": 6,
|
||||
"rev": "60d71b8a446906db16b33bc3081507d077d39b6c",
|
||||
"revCount": 5,
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/nur.git"
|
||||
},
|
||||
|
@ -373,11 +325,11 @@
|
|||
"quickshell": "quickshell"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742061478,
|
||||
"narHash": "sha256-zfqsTAU4l17jjtTFibe2MmLlqMcMuhk5iaHN55vb9RU=",
|
||||
"lastModified": 1739209080,
|
||||
"narHash": "sha256-s1SVaFQ7GSJalxIhVN7aDS7rMcMJ1AUQfjRMYho5yuM=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "693a785140b5202d51cee0c883c73dba8b2561b3",
|
||||
"revCount": 108,
|
||||
"rev": "2ca83819872d82fa0ee8dbfccfbfcf3480c279f1",
|
||||
"revCount": 107,
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/nysh.git"
|
||||
},
|
||||
|
@ -388,15 +340,15 @@
|
|||
},
|
||||
"quasigod": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"snowfall-lib": "snowfall-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741620435,
|
||||
"narHash": "sha256-DUbAVfzso8WoqNQPkuIykv8be0z5d6OMY+kbtCn9A6Q=",
|
||||
"lastModified": 1738444760,
|
||||
"narHash": "sha256-MbAyUUHtiByivJLDKLO5fu3goxeHxQHQxqCzhAZ3F14=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "148b55beaeacb7ffef5ae6ccaf1543aed02cc843",
|
||||
"revCount": 20,
|
||||
"rev": "a1db39ff40250211485a98853c6d71ac42d79026",
|
||||
"revCount": 16,
|
||||
"type": "git",
|
||||
"url": "https://codeberg.org/quasigod/nur.git"
|
||||
},
|
||||
|
@ -407,7 +359,10 @@
|
|||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_5"
|
||||
"nixpkgs": [
|
||||
"nysh",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738200090,
|
||||
|
@ -426,17 +381,15 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"calibre-plugins": "calibre-plugins",
|
||||
"disko": "disko",
|
||||
"flake-parts": "flake-parts",
|
||||
"hjem": "hjem",
|
||||
"hjem-rum": "hjem-rum",
|
||||
"home-manager": "home-manager",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nur": "nur",
|
||||
"nysh": "nysh",
|
||||
"wallpapers": "wallpapers"
|
||||
"nysh": "nysh"
|
||||
}
|
||||
},
|
||||
"snowfall-lib": {
|
||||
|
@ -492,21 +445,6 @@
|
|||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"wallpapers": {
|
||||
"locked": {
|
||||
"lastModified": 1740607812,
|
||||
"narHash": "sha256-QtyujHP3K0bUhW8Yj232/Cpioz86G+gR/zB4ruLSmW0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "ec895329334e800a4d015321ece15aafa021a9ff",
|
||||
"revCount": 5,
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/wallpapers.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/wallpapers.git"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
|
|
@ -45,10 +45,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.hjem.follows = "hjem";
|
||||
};
|
||||
|
||||
wallpapers.url = "git+https://git.ccnlc.eu/nydragon/wallpapers.git";
|
||||
|
||||
calibre-plugins.url = "git+https://git.ccnlc.eu/nydragon/calibre-plugins.git";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -72,10 +68,9 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pre-commit
|
||||
nixfmt-rfc-style
|
||||
nodePackages.prettier
|
||||
typos
|
||||
deadnix
|
||||
statix
|
||||
inputs'.agenix.packages.default
|
||||
];
|
||||
shellHook = ''
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# This file contains default settings used across different systems
|
||||
{
|
||||
imports = [
|
||||
./themes/vanilla.nix
|
||||
./graphical
|
||||
./terminal
|
||||
./desktop
|
||||
./hyprland
|
||||
./hyprlock
|
||||
./services
|
||||
./rofi
|
||||
./sway
|
||||
./waybar
|
||||
./hyprpaper
|
||||
./swaync
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
self,
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -24,5 +25,9 @@ in
|
|||
(mkURLEntry "KitchenOwl" "https://kitchenowl.ccnlc.eu" "${self}/assets/favicon-kitchenowl.png")
|
||||
(mkURLEntry "Discord" "https://discord.com/app" "${self}/assets/favicon-discord.png")
|
||||
];
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = osConfig.xdg.mime.defaultApplications;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,10 +9,77 @@ lib.mkIf osConfig.programs.firefox.enable {
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
# Installed by nixpkgs module
|
||||
package = null;
|
||||
package = osConfig.programs.firefox.package;
|
||||
profiles.${config.home.username} = {
|
||||
name = config.home.username;
|
||||
isDefault = true;
|
||||
userContent = # css
|
||||
''
|
||||
/* Sidebery */
|
||||
@-moz-document url("moz-extension://d1d9847c-2bad-429f-9366-56db49b8c3d6/sidebar/sidebar.html")
|
||||
{
|
||||
#root {
|
||||
--tabs-indent: 0px !important;
|
||||
}
|
||||
|
||||
#root:hover {
|
||||
--tabs-indent: 30px !important;
|
||||
}
|
||||
}
|
||||
'';
|
||||
userChrome = # css
|
||||
''
|
||||
/* Hides the native tabs, sidebar header and splitter */
|
||||
#TabsToolbar,
|
||||
#sidebar-splitter,
|
||||
#sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#sidebar-box {
|
||||
--sidebar-normal-width: 35px;
|
||||
--sidebar-hovered-width: 300px;
|
||||
--sidebar-transition-speed: 200ms;
|
||||
--sidebar-collapse-delay: 300ms;
|
||||
--sidebar-transition-type: linear;
|
||||
--browser-area-z-index-sidebar: 3;
|
||||
|
||||
position: relative;
|
||||
min-width: var(--sidebar-normal-width) !important;
|
||||
width: var(--sidebar-normal-width) !important;
|
||||
max-width: var(--sidebar-normal-width) !important;
|
||||
z-index: var(--browser-area-z-index-sidebar);
|
||||
}
|
||||
|
||||
#sidebar-box[positionend] {
|
||||
direction: rtl;
|
||||
}
|
||||
#sidebar-box[positionend] > * {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#sidebar-box[positionend]:-moz-locale-dir(rtl) {
|
||||
direction: ltr;
|
||||
}
|
||||
#sidebar-box[positionend]:-moz-locale-dir(rtl) > * {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#main-window[sizemode="fullscreen"] #sidebar-box {
|
||||
--sidebar-normal-width: 1px;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
transition: min-width var(--sidebar-transition-speed)
|
||||
var(--sidebar-transition-type) var(--sidebar-collapse-delay) !important;
|
||||
min-width: var(--sidebar-normal-width) !important;
|
||||
will-change: min-width;
|
||||
}
|
||||
#sidebar-box:hover > #sidebar {
|
||||
min-width: var(--sidebar-hovered-width) !important;
|
||||
transition-delay: 100ms !important;
|
||||
}
|
||||
'';
|
||||
search = {
|
||||
default = "DuckDuckGo";
|
||||
force = true;
|
||||
|
@ -44,13 +111,13 @@ lib.mkIf osConfig.programs.firefox.enable {
|
|||
urls = [
|
||||
{ template = "https://wiki.archlinux.org/index.php?title=Special:Search&search={searchTerms}"; }
|
||||
];
|
||||
icon = "https://wiki.archlinux.org/favicon.ico";
|
||||
iconUpdateURL = "https://wiki.archlinux.org/favicon.ico";
|
||||
updateInterval = iconUpdateInterval;
|
||||
definedAliases = [ "@archwiki" ];
|
||||
};
|
||||
"DuckDuckGo" = {
|
||||
urls = [ { template = "https://duckduckgo.com/?q={searchTerms}"; } ];
|
||||
icon = "https://duckduckgo.com/favicon.ico";
|
||||
iconUpdateURL = "https://duckduckgo.com/favicon.ico";
|
||||
updateInterval = iconUpdateInterval;
|
||||
definedAliases = [
|
||||
"@duckduckgo"
|
||||
|
@ -59,7 +126,7 @@ lib.mkIf osConfig.programs.firefox.enable {
|
|||
};
|
||||
"MyNixOS" = {
|
||||
urls = [ { template = "https://mynixos.com/search?q={searchTerms}"; } ];
|
||||
icon = "https://mynixos.com/favicon.ico";
|
||||
iconUpdateURL = "https://mynixos.com/favicon.ico";
|
||||
updateInterval = iconUpdateInterval;
|
||||
definedAliases = [
|
||||
"@hm"
|
||||
|
@ -68,7 +135,7 @@ lib.mkIf osConfig.programs.firefox.enable {
|
|||
};
|
||||
"stackoverflow" = {
|
||||
urls = [ { template = "https://stackoverflow.com/search?q={searchTerms}"; } ];
|
||||
icon = "https://cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico";
|
||||
iconUpdateURL = "https://cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico";
|
||||
updateInterval = iconUpdateInterval;
|
||||
definedAliases = [ "@stackoverflow" ];
|
||||
};
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
{
|
||||
self,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib.my) getExe getExe';
|
||||
wp = inputs.wallpapers.wallpapers.pastel.nix-flake.path;
|
||||
in
|
||||
{
|
||||
systemd.user.services.swww = {
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Unit.After = [ "graphical-session.target" ];
|
||||
|
||||
Unit = {
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${getExe' pkgs.swww "swww-daemon"} --no-cache";
|
||||
ExecStartPost = "${getExe pkgs.swww} img ${wp} -t none";
|
||||
ExecStart = "${pkgs.swww}/bin/swww-daemon";
|
||||
ExecStartPost = "${pkgs.swww}/bin/swww img ${
|
||||
self + "/assets/landscape-pink-pastel.jpg"
|
||||
} -t wipe --transition-fps 144";
|
||||
|
||||
Restart = "on-failure";
|
||||
BindPaths = "/run/user ${wp}";
|
||||
BindPaths = "/run/user /home/${config.home.username}/.cache/swww";
|
||||
TemporaryFileSystem = "/home /run/user /root";
|
||||
ProtectProc = "noaccess";
|
||||
RestrictNamespaces = true;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
_: {
|
||||
{ ... }:
|
||||
{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -12,18 +12,23 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.vscode = {
|
||||
package = pkgs.vscode;
|
||||
profiles.default = {
|
||||
enableUpdateCheck = false;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
rust-lang.rust-analyzer
|
||||
ms-vscode-remote.remote-ssh
|
||||
ms-vscode-remote.remote-ssh-edit
|
||||
tamasfe.even-better-toml
|
||||
];
|
||||
userSettings = {
|
||||
editor.formatOnSave = true;
|
||||
terminal.integrated.inheritEnv = false;
|
||||
git.autofetch = true;
|
||||
enableUpdateCheck = false;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
rust-lang.rust-analyzer
|
||||
ms-vscode-remote.remote-ssh
|
||||
ms-vscode-remote.remote-ssh-edit
|
||||
tamasfe.even-better-toml
|
||||
];
|
||||
userSettings = {
|
||||
editor.formatOnSave = true;
|
||||
terminal.integrated.inheritEnv = false;
|
||||
git.autofetch = true;
|
||||
remote.SSH = {
|
||||
connectTimeout = 60;
|
||||
useLocalServer = true;
|
||||
remotePlatform = {
|
||||
"192.168.122.152" = "linux";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,16 +7,10 @@
|
|||
}:
|
||||
let
|
||||
inherit (lib) mapAttrsToList mkIf hasAttr;
|
||||
inherit (lib.my) getExe getExe';
|
||||
|
||||
inherit (osConfig.modules.system) roles;
|
||||
inherit (osConfig.modules.system.roles) desktop;
|
||||
in
|
||||
mkIf osConfig.programs.hyprland.enable {
|
||||
home.sessionVariables.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
|
||||
services.swayidle.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.variables = [ "--all" ];
|
||||
|
@ -35,8 +29,8 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
|
||||
exec-once = [
|
||||
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
||||
"${getExe' pkgs.gnome-keyring "gnome-keyring-daemon"}"
|
||||
(getExe pkgs.keepassxc)
|
||||
"${pkgs.keepassxc}/bin/keepassxc"
|
||||
(lib.mkIf config.services.hypridle.enable "${pkgs.hypridle}/bin/hypridle")
|
||||
];
|
||||
|
||||
general = {
|
||||
|
@ -49,14 +43,13 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
"col.inactive_border" = "rgba(595959aa)";
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false;
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false;
|
||||
hover_icon_on_border = true;
|
||||
resize_on_border = true;
|
||||
|
||||
layout = "dwindle";
|
||||
snap = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
input = {
|
||||
|
@ -76,7 +69,7 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
inactive_opacity = 1.0;
|
||||
|
||||
shadow = {
|
||||
enabled = roles.portable.enable;
|
||||
enabled = true;
|
||||
range = 4;
|
||||
render_power = 3;
|
||||
color = "rgba(1a1a1aee)";
|
||||
|
@ -84,7 +77,7 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur = {
|
||||
enabled = roles.portable.enable;
|
||||
enabled = true;
|
||||
size = 3;
|
||||
passes = 1;
|
||||
|
||||
|
@ -102,12 +95,11 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
in
|
||||
[
|
||||
"float,initialClass:${floatReg}"
|
||||
"float,initialTitle:^(KeePassXC - Passkey credentials)$"
|
||||
"bordercolor rgb(e50000) rgb(ff8d00) rgb(ffee00) rgb(028121) rgb(004cff) rgb(770088), fullscreen:1"
|
||||
"focusonactivate, title:${mkRegexList [ "Firefox" ]}"
|
||||
"workspace 2,initialClass:${mkRegexList [ "firefox" ]}"
|
||||
"workspace 3,initialClass:${mkRegexList [ "obsidian" ]}"
|
||||
"workspace silent 4,initialClass:${mkRegexList [ "steam" ]}"
|
||||
"workspace 4,initialClass:${mkRegexList [ "steam" ]}"
|
||||
"workspace 5,initialClass:${mkRegexList [ "lollypop" ]}"
|
||||
|
||||
"fullscreen, class:gamescope"
|
||||
|
@ -145,98 +137,77 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
gestures = {
|
||||
workspace_swipe = true;
|
||||
};
|
||||
group = {
|
||||
|
||||
"col.border_active" = "0xff601393";
|
||||
|
||||
groupbar = {
|
||||
"col.active" = "0x66601393";
|
||||
"col.inactive" = "0xff340851";
|
||||
};
|
||||
};
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
misc = {
|
||||
force_default_wallpaper = 0;
|
||||
disable_hyprland_logo = false;
|
||||
focus_on_activate = false; # Open windows without focusing them
|
||||
new_window_takes_over_fullscreen = 2; # When a new window opens, the current fullscreen window returns to its tiled state
|
||||
key_press_enables_dpms = true;
|
||||
mouse_move_enables_dpms = true;
|
||||
disable_autoreload = true;
|
||||
vfr = true;
|
||||
enable_swallow = true;
|
||||
swallow_regex = "^foot$";
|
||||
};
|
||||
|
||||
bindm = [ "$mod,mouse:272,movewindow" ];
|
||||
|
||||
bind =
|
||||
let
|
||||
copy = getExe' pkgs.wl-clipboard "wl-copy";
|
||||
cliphist = getExe pkgs.cliphist;
|
||||
in
|
||||
[
|
||||
"$mod, D, exec, ${getExe osConfig.modules.system.roles.desktop.runner.package}"
|
||||
"$mod, E, exec, ${getExe osConfig.modules.system.roles.desktop.filemanager}"
|
||||
"$mod, Return, exec, ${getExe osConfig.modules.system.roles.desktop.terminal}"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
"$mod, V, togglefloating"
|
||||
"$mod SHIFT, P, exec, ${getExe pkgs.scripts.powerMenu}"
|
||||
"$mod, P, exec, ${cliphist} wipe & ${getExe pkgs.hyprlock}"
|
||||
"$mod SHIFT, C, exec, hyprctl reload"
|
||||
"$mod SHIFT, space, togglefloating"
|
||||
"$mod, left, movefocus, l"
|
||||
"$mod, right, movefocus, r"
|
||||
"$mod, up, movefocus, u"
|
||||
"$mod, down, movefocus, d"
|
||||
"CTRL, G, togglegroup"
|
||||
"ALT, Tab, changegroupactive"
|
||||
# Example special workspace (scratchpad)
|
||||
"$mod, W, togglespecialworkspace, magic"
|
||||
"$mod SHIFT, W, movetoworkspace, special:magic"
|
||||
"$mod, X, fullscreen, 1"
|
||||
"$mod, F, fullscreen, 0"
|
||||
"$mod, U, exec, ${pkgs.hyprshot}/bin/hyprshot -o ${config.xdg.userDirs.pictures}/screenshots -m region"
|
||||
"$mod SHIFT, U, exec, ${pkgs.hyprshot}/bin/hyprshot --raw -m region | ${getExe pkgs.satty} -f - --fullscreen --copy-command ${copy}"
|
||||
"$mod, S, exec, ${cliphist} list | ${desktop.runner.dmenu} | ${cliphist} decode | ${copy}"
|
||||
bind = [
|
||||
"$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel"
|
||||
"$mod, E, exec, ${lib.my.getExe osConfig.modules.system.roles.desktop.filemanager}"
|
||||
"$mod, Return, exec, ${lib.my.getExe osConfig.modules.system.roles.desktop.terminal}"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
"$mod, V, togglefloating"
|
||||
"$mod SHIFT, P, exec, ${config.programs.rofi.package}/bin/rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu"
|
||||
"$mod, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock"
|
||||
"$mod SHIFT, C, exec, hyprctl reload"
|
||||
"$mod SHIFT, space, togglefloating"
|
||||
"$mod, left, movefocus, l"
|
||||
"$mod, right, movefocus, r"
|
||||
"$mod, up, movefocus, u"
|
||||
"$mod, down, movefocus, d"
|
||||
|
||||
#: Brightness and Media {{{
|
||||
",XF86MonBrightnessUp, exec, ${getExe pkgs.brightnessctl} s +10%"
|
||||
",XF86MonBrightnessDown, exec, ${getExe pkgs.brightnessctl} s 10%-"
|
||||
",XF86AudioRaiseVolume, exec, ${getExe pkgs.pamixer} -u && ${getExe pkgs.pamixer} -i 5"
|
||||
",XF86AudioLowerVolume, exec, ${getExe pkgs.pamixer} -u && ${getExe pkgs.pamixer} -d 5"
|
||||
",XF86AudioMicMute, exec, ${getExe pkgs.pamixer} --default-source -m"
|
||||
",XF86AudioMute, exec, ${getExe pkgs.pamixer} -t"
|
||||
",XF86AudioPlay, exec, ${getExe pkgs.playerctl} play-pause"
|
||||
",XF86AudioPause, exec, ${getExe pkgs.playerctl} play-pause"
|
||||
",XF86AudioNext, exec, ${getExe pkgs.playerctl} next"
|
||||
",XF86AudioPrev, exec, ${getExe pkgs.playerctl} previous"
|
||||
#: }}}
|
||||
# Example special workspace (scratchpad)
|
||||
"$mod, S, togglespecialworkspace, magic"
|
||||
"$mod SHIFT, S, movetoworkspace, special:magic"
|
||||
"$mod, X, fullscreen, 1"
|
||||
"$mod, F, fullscreen, 0"
|
||||
"$mod, N, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t"
|
||||
"$mod, U, exec, ${pkgs.hyprshot}/bin/hyprshot -z -o $XDG_PICTURES_DIR/screenshots -m region"
|
||||
"$mod SHIFT, U, exec, ${pkgs.hyprshot}/bin/hyprshot -z --raw -m region | ${pkgs.satty}/bin/satty -f - --fullscreen"
|
||||
|
||||
# Workspaces
|
||||
"$mod, code:10, workspace, 1"
|
||||
"$mod, code:11, workspace, 2"
|
||||
"$mod, code:12, workspace, 3"
|
||||
"$mod, code:13, workspace, 4"
|
||||
"$mod, code:14, workspace, 5"
|
||||
"$mod, code:15, workspace, 6"
|
||||
"$mod, code:16, workspace, 7"
|
||||
"$mod, code:17, workspace, 8"
|
||||
"$mod, code:18, workspace, 9"
|
||||
"$mod, code:19, workspace, 10"
|
||||
#: Brightness and Media {{{
|
||||
",XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl s +10%"
|
||||
",XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl s 10%-"
|
||||
",XF86AudioRaiseVolume, exec, ${pkgs.pamixer}/bin/pamixer -i 5"
|
||||
",XF86AudioLowerVolume, exec, ${pkgs.pamixer}/bin/pamixer -d 5"
|
||||
",XF86AudioMicMute, exec, ${pkgs.pamixer}/bin/pamixer --default-source -m"
|
||||
",XF86AudioMute, exec, ${pkgs.pamixer}/bin/pamixer -t"
|
||||
",XF86AudioPlay, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
|
||||
",XF86AudioPause, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
|
||||
",XF86AudioNext, exec, ${pkgs.playerctl}/bin/playerctl next"
|
||||
",XF86AudioPrev, exec, ${pkgs.playerctl}/bin/playerctl previous"
|
||||
#: }}}
|
||||
|
||||
# Send to Workspaces
|
||||
"$mod SHIFT, code:10, movetoworkspace, 1"
|
||||
"$mod SHIFT, code:11, movetoworkspace, 2"
|
||||
"$mod SHIFT, code:12, movetoworkspace, 3"
|
||||
"$mod SHIFT, code:13, movetoworkspace, 4"
|
||||
"$mod SHIFT, code:14, movetoworkspace, 5"
|
||||
"$mod SHIFT, code:15, movetoworkspace, 6"
|
||||
"$mod SHIFT, code:16, movetoworkspace, 7"
|
||||
"$mod SHIFT, code:17, movetoworkspace, 8"
|
||||
"$mod SHIFT, code:18, movetoworkspace, 9"
|
||||
"$mod SHIFT, code:19, movetoworkspace, 10"
|
||||
];
|
||||
# Workspaces
|
||||
"$mod, code:10, workspace, 1"
|
||||
"$mod, code:11, workspace, 2"
|
||||
"$mod, code:12, workspace, 3"
|
||||
"$mod, code:13, workspace, 4"
|
||||
"$mod, code:14, workspace, 5"
|
||||
"$mod, code:15, workspace, 6"
|
||||
"$mod, code:16, workspace, 7"
|
||||
"$mod, code:17, workspace, 8"
|
||||
"$mod, code:18, workspace, 9"
|
||||
"$mod, code:19, workspace, 10"
|
||||
|
||||
# Send to Workspaces
|
||||
"$mod SHIFT, code:10, movetoworkspace, 1"
|
||||
"$mod SHIFT, code:11, movetoworkspace, 2"
|
||||
"$mod SHIFT, code:12, movetoworkspace, 3"
|
||||
"$mod SHIFT, code:13, movetoworkspace, 4"
|
||||
"$mod SHIFT, code:14, movetoworkspace, 5"
|
||||
"$mod SHIFT, code:15, movetoworkspace, 6"
|
||||
"$mod SHIFT, code:16, movetoworkspace, 7"
|
||||
"$mod SHIFT, code:17, movetoworkspace, 8"
|
||||
"$mod SHIFT, code:18, movetoworkspace, 9"
|
||||
"$mod SHIFT, code:19, movetoworkspace, 10"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
rum.programs.hyprlock = {
|
||||
enable = true;
|
||||
{ lib, config, ... }:
|
||||
lib.mkIf config.programs.hyprlock.enable {
|
||||
programs.hyprlock = {
|
||||
settings = {
|
||||
general = {
|
||||
hide_cursor = true;
|
15
home/hyprpaper/default.nix
Normal file
15
home/hyprpaper/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = false;
|
||||
settings =
|
||||
let
|
||||
wp = "${self}/assets/wallpapers/nix-flake-pastel.jpg";
|
||||
in
|
||||
{
|
||||
ipc = "on";
|
||||
preload = [ "${wp}" ];
|
||||
wallpaper = [ ",${wp}" ];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -7,9 +7,7 @@
|
|||
let
|
||||
inherit (pkgs.writers) writeFishBin writeBashBin;
|
||||
inherit (lib.my) getExe;
|
||||
|
||||
inherit (config.modules.system.roles.desktop) runner;
|
||||
|
||||
runner = config.modules.system.roles.desktop.runner;
|
||||
nixos-rebuild =
|
||||
name: word:
|
||||
writeFishBin name ''
|
||||
|
@ -20,47 +18,24 @@ let
|
|||
'';
|
||||
in
|
||||
{
|
||||
screenshot = pkgs.writeShellApplication {
|
||||
name = "screenshot";
|
||||
runtimeInputs = with pkgs; [
|
||||
wl-clipboard
|
||||
libnotify
|
||||
hyprshot
|
||||
xdg-utils
|
||||
];
|
||||
text = ''
|
||||
set -e
|
||||
location="$XDG_PICTURES_DIR/screenshots/$(date +%Y-%m-%d-%H%M%S)-screenshot.png";
|
||||
screenshot =
|
||||
with pkgs;
|
||||
writeShellApplication {
|
||||
name = "screenshot";
|
||||
runtimeInputs = [
|
||||
slurp
|
||||
wl-clipboard
|
||||
libnotify
|
||||
];
|
||||
text = ''
|
||||
location="$HOME/Pictures/Screenshots/$(date +%Y-%m-%d-%H%M%S)-screenshot.png";
|
||||
|
||||
hyprshot -r -z -m region | tee "$location" | wl-copy --type image/png;
|
||||
|
||||
body="<img src=\"$location\"\>"
|
||||
|
||||
response=$(
|
||||
notify-send \
|
||||
"Copied to clipboard" \
|
||||
"$body" \
|
||||
--app-name Screenshot \
|
||||
-i "$location" \
|
||||
--urgency=low \
|
||||
--action=COPY=Copy \
|
||||
--action=OPEN=Open \
|
||||
--action=DELETE=Delete
|
||||
)
|
||||
|
||||
case "$response" in
|
||||
"DELETE")
|
||||
rm "$location"
|
||||
;;
|
||||
"COPY")
|
||||
wl-copy <"$location"
|
||||
;;
|
||||
"OPEN")
|
||||
xdg-open "$location"
|
||||
;;
|
||||
esac
|
||||
'';
|
||||
};
|
||||
if zone=$(slurp); then
|
||||
grim -t png -g "$zone" - | wl-copy --type image/png && wl-paste > "$location" \
|
||||
&& notify-send --app-name Screenshot -i "$location" --urgency=low "Screenshot copied to clipboard" "Screenshot created at $location";
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
set-background = writeFishBin "set-background" ''
|
||||
argparse 'f/file=!test -e "$_flag_value"' -- $argv; or return
|
||||
|
@ -147,4 +122,5 @@ in
|
|||
Lock) exec loginctl lock-session "$${XDG_SESSION_ID-}" ;;
|
||||
esac
|
||||
'';
|
||||
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./kdeconnect.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
|
19
home/services/syncthing.nix
Normal file
19
home/services/syncthing.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
config = mkIf config.services.syncthing.enable {
|
||||
xdg.desktopEntries."Syncthing" = {
|
||||
name = "Syncthing";
|
||||
icon = "";
|
||||
terminal = false;
|
||||
exec = "${pkgs.syncthing}/bin/syncthing --browser-only";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,7 +10,7 @@ let
|
|||
inherit (lib) mapAttrs mkIf;
|
||||
inherit (lib.my) getExe getExe';
|
||||
|
||||
inherit (osConfig.modules.system.roles) desktop;
|
||||
desktop = osConfig.modules.system.roles.desktop;
|
||||
term = getExe desktop.terminal;
|
||||
filemanager = getExe desktop.filemanager;
|
||||
cliphistEnabled = osConfig.modules.services.cliphist.enable;
|
||||
|
|
|
@ -72,8 +72,6 @@ in
|
|||
};
|
||||
settings = {
|
||||
plugins = concatStringsSep " " plugins;
|
||||
directory = "/mnt/music";
|
||||
library = "/mnt/music/library.db";
|
||||
per_disc_numbering = "yes";
|
||||
asciify_paths = true;
|
||||
convert = {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./neovim
|
||||
./ssh
|
||||
./git
|
||||
./fish
|
||||
./btop.nix
|
||||
./beets.nix
|
||||
|
|
34
home/terminal/git/default.nix
Normal file
34
home/terminal/git/default.nix
Normal file
|
@ -0,0 +1,34 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "nydragon";
|
||||
userEmail = "contact@ccnlc.eu";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
core = {
|
||||
editor = "${pkgs.neovim}/bin/nvim";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "master";
|
||||
};
|
||||
merge = {
|
||||
conflictstyle = "diff3";
|
||||
};
|
||||
diff = {
|
||||
colorMoved = "default";
|
||||
};
|
||||
};
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvPqWPXEUOSMGMIRmirQfbrzq//NkPlEI2TmFpIkSfw";
|
||||
};
|
||||
delta.enable = true;
|
||||
};
|
||||
}
|
|
@ -10,7 +10,7 @@ let
|
|||
in
|
||||
mkIf config.programs.ssh.enable {
|
||||
programs.ssh = {
|
||||
addKeysToAgent = "yes";
|
||||
addKeysToAgent = "confirm";
|
||||
matchBlocks = {
|
||||
deck = {
|
||||
hostname = "steamdeck";
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Adwaita-dark";
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome-themes-extra;
|
||||
};
|
||||
iconTheme = rec {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs',
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -19,8 +20,6 @@ in
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
age.secrets.rustypaste = {
|
||||
file = ../../secrets/rustypaste.age;
|
||||
mode = "440";
|
||||
|
@ -41,10 +40,10 @@ in
|
|||
|
||||
xdg = {
|
||||
portal.enable = true;
|
||||
mime.enable = true;
|
||||
};
|
||||
|
||||
modules = {
|
||||
fs.nfsEnable = true;
|
||||
system = {
|
||||
roles = {
|
||||
desktop.enable = true;
|
||||
|
@ -93,18 +92,9 @@ in
|
|||
};
|
||||
media.enableAll = true;
|
||||
};
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
|
||||
services = {
|
||||
greetd = {
|
||||
enable = true;
|
||||
package = pkgs.greetd.tuigreet;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
|
||||
user = "ny";
|
||||
};
|
||||
};
|
||||
};
|
||||
displayManager.sddm.enable = true;
|
||||
dbus.enable = true;
|
||||
pipewire.enable = true;
|
||||
# Necessary for Nautilus to display trash, DVDs and for gnome-disk-utility to show file systems
|
||||
|
@ -113,14 +103,11 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
nix-direnv.enable = true;
|
||||
enable = true;
|
||||
};
|
||||
dconf.enable = true;
|
||||
fish.enable = true;
|
||||
firefox.enable = true;
|
||||
thunderbird.enable = true;
|
||||
sway.enable = true;
|
||||
hyprland.enable = true;
|
||||
};
|
||||
|
||||
|
@ -129,15 +116,17 @@ in
|
|||
users = {
|
||||
defaultUserShell = pkgs.fish;
|
||||
users.${username} = {
|
||||
packages = [
|
||||
inputs'.nur.packages.grayjay-desktop
|
||||
];
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
packages = with pkgs; [
|
||||
orca-slicer
|
||||
];
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"audio"
|
||||
"libvirtd" # VM OPs
|
||||
"dialout" # Necessary for serial port interactions
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -151,6 +140,18 @@ in
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fish
|
||||
wireguard-tools
|
||||
git
|
||||
htop
|
||||
eza
|
||||
bat
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
services.rpcbind.enable = true; # necessary for nfs
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
fileSystems."/home/ny/Games" = {
|
||||
fileSystems."/home" = {
|
||||
device = "/dev/disk/by-uuid/efe4d345-e248-4101-b74d-4a215b42e059";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
|
@ -14,12 +15,19 @@ in
|
|||
|
||||
home-manager.users.${username} = {
|
||||
imports = [
|
||||
../../home/themes/catppuccin.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
programs = {
|
||||
beets.enable = true;
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
waybar.enable = true;
|
||||
ssh.enable = true;
|
||||
rofi.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -28,8 +36,55 @@ in
|
|||
};
|
||||
|
||||
home = {
|
||||
inherit (config.system) stateVersion;
|
||||
stateVersion = config.system.stateVersion;
|
||||
inherit username;
|
||||
|
||||
packages = with pkgs; [
|
||||
keepassxc
|
||||
digikam
|
||||
fragments
|
||||
element-desktop
|
||||
libreoffice
|
||||
loupe
|
||||
seahorse
|
||||
gimp
|
||||
pwvucontrol
|
||||
thunderbird
|
||||
keepassxc
|
||||
protonmail-bridge-gui
|
||||
varia
|
||||
signal-desktop
|
||||
tagger
|
||||
prismlauncher
|
||||
orca-slicer
|
||||
|
||||
kid3
|
||||
soundconverter
|
||||
|
||||
# proprietary
|
||||
obsidian
|
||||
|
||||
# CLI tools
|
||||
jhead
|
||||
fdupes
|
||||
exiftool
|
||||
sshfs
|
||||
lazygit
|
||||
wl-clipboard
|
||||
|
||||
# custom
|
||||
nysh
|
||||
scripts.nixedit
|
||||
scripts.set-background
|
||||
scripts.fishl
|
||||
scripts.nrun
|
||||
scripts.rpaste
|
||||
scripts.genswitch
|
||||
scripts.gentest
|
||||
scripts.editsym
|
||||
scripts.deployswitch
|
||||
scripts.deploytest
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,8 +18,6 @@ in
|
|||
extraModules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.hjem.nixosModules.default
|
||||
inputs.hjem-rum.nixosModules.default
|
||||
];
|
||||
})
|
||||
|
||||
|
@ -62,15 +60,5 @@ in
|
|||
inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
||||
];
|
||||
})
|
||||
|
||||
(mkSystem' {
|
||||
inherit username;
|
||||
hostname = "ashla";
|
||||
system = "x86_64-linux";
|
||||
extraModules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.agenix.nixosModules.default
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,17 +2,13 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (config.modules.meta) username;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../users/ny
|
||||
./ny.nix
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
@ -24,7 +20,6 @@ in
|
|||
system = {
|
||||
roles = {
|
||||
desktop.enable = true;
|
||||
portable.enable = true;
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -65,8 +60,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
xdg = {
|
||||
portal.enable = true;
|
||||
mime.enable = true;
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
|
@ -85,34 +83,30 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
nix-direnv.enable = true;
|
||||
enable = true;
|
||||
};
|
||||
dconf.enable = true;
|
||||
fish.enable = true;
|
||||
firefox.enable = true;
|
||||
thunderbird.enable = true;
|
||||
sway.enable = true;
|
||||
hyprland.enable = true;
|
||||
pulseview.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
enableExtraSocket = true;
|
||||
};
|
||||
seahorse.enable = true;
|
||||
};
|
||||
|
||||
#hardware.sane = {
|
||||
#enable = true;
|
||||
#extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
#};
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
dbus.enable = true;
|
||||
fwupd.enable = true;
|
||||
gvfs.enable = true;
|
||||
#printing.enable = true;
|
||||
printing.enable = true;
|
||||
|
||||
xserver.xkb = {
|
||||
layout = "fr";
|
||||
|
@ -128,9 +122,9 @@ in
|
|||
powerKey = "hibernate";
|
||||
};
|
||||
|
||||
#thermald.enable = true;
|
||||
thermald.enable = true;
|
||||
|
||||
#auto-cpufreq.enable = true;
|
||||
auto-cpufreq.enable = true;
|
||||
|
||||
upower = {
|
||||
enable = true;
|
||||
|
@ -143,19 +137,6 @@ in
|
|||
|
||||
users = {
|
||||
defaultUserShell = pkgs.fish;
|
||||
users.${username} = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
packages = with pkgs; [
|
||||
simple-scan
|
||||
beekeeper-studio
|
||||
];
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"audio"
|
||||
"libvirtd" # VM OPs
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
|
@ -169,17 +150,19 @@ in
|
|||
libvirtd.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.docker-credential-helpers ];
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
rootless.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
shared-mime-info
|
||||
glib
|
||||
dconf
|
||||
xdg-utils
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ in
|
|||
|
||||
home-manager.users.${username} = {
|
||||
imports = [
|
||||
../../home/themes/vanilla.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
|
@ -26,6 +27,10 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
beets.enable = true;
|
||||
vscode.enable = true;
|
||||
ssh.enable = true;
|
||||
|
|
71
hosts/marr/ny.nix
Normal file
71
hosts/marr/ny.nix
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs',
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (config.modules.meta) username;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
users.users.${username} = {
|
||||
packages =
|
||||
[
|
||||
inputs'.nur.packages.grayjay-desktop
|
||||
]
|
||||
++ (with pkgs; [
|
||||
digikam
|
||||
fragments
|
||||
element-desktop
|
||||
loupe
|
||||
seahorse
|
||||
gimp
|
||||
thunderbird
|
||||
keepassxc
|
||||
protonmail-bridge-gui
|
||||
varia
|
||||
signal-desktop
|
||||
onlyoffice-desktopeditors
|
||||
picard
|
||||
simple-scan
|
||||
insomnia
|
||||
beekeeper-studio
|
||||
|
||||
# Proprietary
|
||||
postman
|
||||
mongodb-compass
|
||||
obsidian
|
||||
|
||||
# CLI tools
|
||||
jhead
|
||||
fdupes
|
||||
exiftool
|
||||
sshfs
|
||||
lazygit
|
||||
wl-clipboard
|
||||
|
||||
# custom
|
||||
nysh
|
||||
scripts.screenshot
|
||||
scripts.nixedit
|
||||
scripts.set-background
|
||||
scripts.rpaste
|
||||
scripts.nrun
|
||||
scripts.nruni
|
||||
scripts.genswitch
|
||||
scripts.gentest
|
||||
scripts.editsym
|
||||
scripts.deployswitch
|
||||
scripts.deploytest
|
||||
]);
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"audio"
|
||||
"libvirtd"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,10 +4,6 @@
|
|||
];
|
||||
|
||||
modules = {
|
||||
meta = {
|
||||
tailscale.ip = "100.64.0.6";
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
tags = [
|
||||
|
@ -19,6 +15,7 @@
|
|||
server = {
|
||||
rsync-daemon = {
|
||||
enable = true;
|
||||
port = 9523;
|
||||
openFirewall = true;
|
||||
location = "/mnt/backups";
|
||||
address = "100.64.0.6";
|
||||
|
@ -34,8 +31,8 @@
|
|||
mode = "write";
|
||||
}
|
||||
{
|
||||
name = "shan";
|
||||
comment = "backups for shan";
|
||||
name = "brontes-backup";
|
||||
comment = "brontes's backup space";
|
||||
mode = "write";
|
||||
}
|
||||
{
|
||||
|
@ -63,33 +60,11 @@
|
|||
comment = "backup location for games";
|
||||
mode = "write";
|
||||
}
|
||||
{
|
||||
name = "brontes-backup";
|
||||
comment = "brontes's backup space";
|
||||
mode = "write";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
port = 9000;
|
||||
# https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/services/monitoring/prometheus/exporters.nix
|
||||
enabledCollectors = [ "systemd" ];
|
||||
# /nix/store/zgsw0yx18v10xa58psanfabmg95nl2bb-node_exporter-1.8.1/bin/node_exporter --help
|
||||
extraFlags = [
|
||||
"--collector.ethtool"
|
||||
"--collector.softirqs"
|
||||
"--collector.tcpstat"
|
||||
"--collector.wifi"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9000 ];
|
||||
boot.initrd.systemd.tpm2.enable = false;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
@ -26,10 +26,6 @@ in
|
|||
group = "rustypaste";
|
||||
};
|
||||
forgejo-runner-token.file = ../../secrets/forgejo-runner-token.age;
|
||||
acme = {
|
||||
owner = if config.security.acme.useRoot then "root" else "acme";
|
||||
file = ../../secrets/acme.age;
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
|
@ -37,8 +33,6 @@ in
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
modules = {
|
||||
server.rustypaste = {
|
||||
enable = true;
|
||||
|
@ -99,12 +93,8 @@ in
|
|||
polkit.enable = true;
|
||||
|
||||
acme = {
|
||||
defaults.email = "admin@ccnlc.eu";
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "contact@ccnlc.eu";
|
||||
dnsProvider = "ovh";
|
||||
environmentFile = config.age.secrets.acme.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -4,6 +4,10 @@ let
|
|||
sshPort = 2222;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./runner.nix
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules =
|
||||
let
|
||||
# Disallow crawlers from indexing this site.
|
||||
|
@ -52,8 +56,6 @@ in
|
|||
migrations.ALLOWED_DOMAINS = "*";
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||
#REQUIRE_SIGNIN_VIEW = true;
|
||||
};
|
||||
packages.ENABLED = false;
|
||||
log.LEVEL = "Info";
|
||||
|
|
|
@ -12,8 +12,6 @@ let
|
|||
in
|
||||
{
|
||||
config = mkIf cfg.enable {
|
||||
virtualisation.docker.autoPrune.enable = true;
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
|
||||
|
@ -26,7 +24,6 @@ in
|
|||
labels = [
|
||||
"debian-latest:docker://node:18-bullseye"
|
||||
"ubuntu-latest:docker://node:18-bullseye"
|
||||
"nix-latest:docker://nixos/nix:latest"
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
options,
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
|
@ -15,7 +16,6 @@ let
|
|||
};
|
||||
|
||||
shanMeta = self.nixosConfigurations.shan.config.modules.meta;
|
||||
nihilusCfg = self.nixosConfigurations.nihilus.config;
|
||||
homeAIp = "100.64.0.9";
|
||||
in
|
||||
{
|
||||
|
@ -36,16 +36,7 @@ in
|
|||
"tag:client"
|
||||
"tag:server"
|
||||
]
|
||||
[
|
||||
"${nihilusCfg.modules.meta.tailscale.ip}:${toString nihilusCfg.modules.server.rsync-daemon.port}"
|
||||
]
|
||||
)
|
||||
|
||||
(mkAcl
|
||||
[
|
||||
"${shanMeta.tailscale.ip}"
|
||||
]
|
||||
[ "tag:server:9000" ]
|
||||
[ "tag:backup:${toString options.modules.server.rsync-daemon.port.default}" ]
|
||||
)
|
||||
|
||||
(mkAcl
|
||||
|
@ -69,6 +60,7 @@ in
|
|||
tags = [
|
||||
"tag:client"
|
||||
"tag:server"
|
||||
"tag:backup"
|
||||
"tag:guest"
|
||||
];
|
||||
|
||||
|
@ -78,6 +70,7 @@ in
|
|||
tags = map (name: "tag:${name}") [
|
||||
"server"
|
||||
"client"
|
||||
"backup"
|
||||
];
|
||||
in
|
||||
lib.genAttrs tags (_: users);
|
||||
|
|
|
@ -47,10 +47,6 @@
|
|||
"ntfy"
|
||||
"octoprint"
|
||||
"assistant"
|
||||
"rss"
|
||||
"calibre"
|
||||
"prometheus"
|
||||
"grafana"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
{ }:
|
||||
{
|
||||
|
||||
config = {
|
||||
services.calibre-web = {
|
||||
calibre-web = {
|
||||
enable = true;
|
||||
options = {
|
||||
enableBookUploading = true;
|
||||
calibreLibrary = "/mnt/books";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.calibre-web = {
|
||||
after = [ "mnt-books.mount" ];
|
||||
requires = [ "mnt-books.mount" ];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/books" = {
|
||||
device = "192.168.178.21:/mnt/Fort/data/books";
|
||||
fsType = "nfs";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
./disk-config.nix
|
||||
./adguard.nix
|
||||
./calibre-web.nix
|
||||
./prometheus.nix
|
||||
];
|
||||
|
||||
swapDevices = [
|
||||
|
@ -27,10 +26,6 @@
|
|||
file = ../../secrets/freshrss-default-password.age;
|
||||
owner = config.services.freshrss.user;
|
||||
};
|
||||
acme = {
|
||||
owner = if config.security.acme.useRoot then "root" else "acme";
|
||||
file = ../../secrets/acme.age;
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
|
@ -89,21 +84,6 @@
|
|||
rsync-backup = {
|
||||
enable = true;
|
||||
modules = [
|
||||
{
|
||||
sources = [
|
||||
"/var/lib/paperless"
|
||||
"/var/lib/radicale"
|
||||
"/var/lib/navidrome"
|
||||
"/var/lib/immich"
|
||||
"/var/lib/freshrss"
|
||||
];
|
||||
target = {
|
||||
location = "shan";
|
||||
type = "rsyncd";
|
||||
host = "nihilus";
|
||||
};
|
||||
incremental.enable = true;
|
||||
}
|
||||
{
|
||||
sources = [ "/var/lib/paperless" ];
|
||||
target = {
|
||||
|
@ -158,40 +138,34 @@
|
|||
};
|
||||
incremental.enable = true;
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "contact@ccnlc.eu";
|
||||
dnsProvider = "ovh";
|
||||
environmentFile = "/run/secrets/ovh";
|
||||
};
|
||||
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "dns@ccnlc.eu";
|
||||
dnsProvider = "ovh";
|
||||
dnsResolver = "9.9.9.9"; # Necessary to avoid failing due to a local dns server
|
||||
environmentFile = config.age.secrets.acme.path;
|
||||
};
|
||||
|
||||
certs."ccnlc.eu" = {
|
||||
group = "nginx";
|
||||
extraDomainNames = [ "*.ccnlc.eu" ];
|
||||
};
|
||||
certs."ccnlc.eu" = {
|
||||
group = "nginx";
|
||||
extraDomainNames = [ "*.ccnlc.eu" ];
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
clientMaxBodySize = "0";
|
||||
clientMaxBodySize = "100M";
|
||||
virtualHosts =
|
||||
let
|
||||
mkVHLocal = mkVH "http://localhost";
|
||||
mkVH = domain: port: {
|
||||
forceSSL = true;
|
||||
useACMEHost = "ccnlc.eu";
|
||||
locations."/" = {
|
||||
proxyPass = "${domain}:${toString port}";
|
||||
extraConfig = ''
|
||||
|
@ -202,6 +176,7 @@
|
|||
proxy_http_version 1.1;
|
||||
'';
|
||||
};
|
||||
useACMEHost = "ccnlc.eu";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
@ -217,9 +192,6 @@
|
|||
"fritz.ccnlc.eu" = mkVH "http://192.168.178.1" 80;
|
||||
"truenas.ccnlc.eu" = mkVH "https://192.168.178.21" 443;
|
||||
"calibre.ccnlc.eu" = mkVHLocal config.services.calibre-web.listen.port;
|
||||
"prometheus.ccnlc.eu" = mkVHLocal config.services.prometheus.port;
|
||||
"adguard.ccnlc.eu" = mkVHLocal config.services.adguardhome.port;
|
||||
"grafana.ccnlc.eu" = mkVHLocal config.services.grafana.settings.server.http_port;
|
||||
${config.services.freshrss.virtualHost} = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "ccnlc.eu";
|
||||
|
|
|
@ -1,59 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
webExternalUrl = "https://prometheus.ccnlc.eu";
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "node";
|
||||
static_configs = [
|
||||
{
|
||||
targets = [
|
||||
"nihilus:9000"
|
||||
"shan:9000"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
port = 9000;
|
||||
# https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/services/monitoring/prometheus/exporters.nix
|
||||
enabledCollectors = [ "systemd" ];
|
||||
# /nix/store/zgsw0yx18v10xa58psanfabmg95nl2bb-node_exporter-1.8.1/bin/node_exporter --help
|
||||
extraFlags = [
|
||||
"--collector.ethtool"
|
||||
"--collector.softirqs"
|
||||
"--collector.tcpstat"
|
||||
"--collector.wifi"
|
||||
];
|
||||
};
|
||||
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
provision = {
|
||||
enable = true;
|
||||
datasources.settings.datasources = [
|
||||
{
|
||||
name = "Prometheus";
|
||||
type = "prometheus";
|
||||
url = "http://${config.services.prometheus.listenAddress}:${toString config.services.prometheus.port}";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
settings = {
|
||||
users = {
|
||||
allow_sign_up = true;
|
||||
};
|
||||
server = {
|
||||
protocol = "http";
|
||||
http_addr = "127.0.0.1";
|
||||
domain = "grafana.ccnlc.eu";
|
||||
http_port = 9032;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
./system/printing.nix
|
||||
./system/audio.nix
|
||||
./system/mime.nix
|
||||
./system/polkit.nix
|
||||
|
||||
./users/ny.nix
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "/run/user/\${UID}/keyring/ssh";
|
||||
MANROFFOPT = "-c";
|
||||
MANPAGER = "sh -c 'col -bx | ${pkgs.bat}/bin/bat -l man -p'";
|
||||
WALLPAPERS = "${inputs.wallpapers}";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
inputs',
|
||||
config,
|
||||
lib,
|
||||
|
@ -7,12 +8,27 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
scripts = import ../scripts {
|
||||
inherit lib config;
|
||||
inherit (prev) pkgs;
|
||||
# Add env vars to calibre so they may get propagated to a plugin that needs them
|
||||
calibre = prev.calibre.overrideAttrs (old: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/calibre \
|
||||
--set QT_QPA_PLATFORM xcb \
|
||||
--set-default ACSM_LIBCRYPTO ${prev.openssl.out}/lib/libcrypto.so \
|
||||
--set-default ACSM_LIBSSL ${prev.openssl.out}/lib/libssl.so
|
||||
'';
|
||||
});
|
||||
|
||||
lollypop = prev.lollypop.override {
|
||||
#lastFMSupport = false;
|
||||
youtubeSupport = false;
|
||||
};
|
||||
|
||||
inherit (inputs'.nysh.packages) nysh;
|
||||
scripts = import ../../home/scripts {
|
||||
inherit lib config;
|
||||
pkgs = prev.pkgs;
|
||||
};
|
||||
|
||||
nysh = inputs'.nysh.packages.nysh;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
lib.mkIf config.xdg.portal.enable {
|
||||
xdg.portal = {
|
||||
config = {
|
||||
common = {
|
||||
default = "*";
|
||||
sway = {
|
||||
"org.freedesktop.impl.portal.Screenshot.PickColor" = [ "${pkgs.hyprpicker}/bin/hyprpicker" ];
|
||||
};
|
||||
common.default = "*";
|
||||
};
|
||||
|
||||
# gtk portal needed to make gtk apps happy
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
lib.mkIf config.programs.firefox.enable {
|
||||
programs.firefox = {
|
||||
package = pkgs.firefox-beta;
|
||||
package = pkgs.firefox-esr;
|
||||
languagePacks = [
|
||||
"de"
|
||||
"en-GB"
|
||||
|
@ -27,9 +27,9 @@ lib.mkIf config.programs.firefox.enable {
|
|||
"browser.urlbar.suggest.trending" = false;
|
||||
"browser.urlbar.suggest.weather" = false;
|
||||
"browser.urlbar.suggest.yelp" = false;
|
||||
"browser.urlbar.suggest.bookmark" = true;
|
||||
"browser.urlbar.suggest.bookmark" = false;
|
||||
"browser.urlbar.suggest.engines" = false;
|
||||
"browser.urlbar.suggest.history" = true;
|
||||
"browser.urlbar.suggest.history" = false;
|
||||
"browser.urlbar.suggest.topsites" = false;
|
||||
"browser.urlbar.suggest.calculator" = true;
|
||||
"browser.urlbar.trimHttps" = false;
|
||||
|
@ -42,7 +42,6 @@ lib.mkIf config.programs.firefox.enable {
|
|||
"browser.newtabpage.activity-stream.showSearch" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.topsites" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.section.highlights" = false;
|
||||
"browser.tabs.groups.enabled" = true;
|
||||
# Add-ons
|
||||
"extensions.pocket.enabled" = false;
|
||||
"extensions.postDownloadThirdPartyPrompt" = false; # Prompt for install before download
|
||||
|
@ -51,6 +50,12 @@ lib.mkIf config.programs.firefox.enable {
|
|||
|
||||
"dom.security.https_only_mode" = true;
|
||||
|
||||
"cookiebanners.service.mode" = 1;
|
||||
"cookiebanners.bannerClicking.enabled" = true;
|
||||
"cookiebanners.cookieInjector.enabled" = true;
|
||||
"cookiebanners.service.mode.privateBrowsing" = 2;
|
||||
"cookiebanners.ui.desktop.enabled" = true;
|
||||
|
||||
"browser.shell.checkDefaultBrowser" = false;
|
||||
#"privacy.clearOnShutdown.offlineApps" = true;
|
||||
"layout.spellcheckDefault" = 1;
|
||||
|
@ -72,8 +77,6 @@ lib.mkIf config.programs.firefox.enable {
|
|||
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||||
# Allow styling through userChrome.css
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
|
||||
"sidebar.verticalTabs" = true;
|
||||
};
|
||||
policies = {
|
||||
PasswordManagerEnabled = false;
|
||||
|
@ -93,10 +96,9 @@ lib.mkIf config.programs.firefox.enable {
|
|||
builtins.listToAttrs [
|
||||
(extension "ublock-origin" "uBlock0@raymondhill.net")
|
||||
(extension "firefox-translations" "firefox-translations-addon@mozilla.org")
|
||||
(extension "private-relay" "private-relay@firefox.com")
|
||||
(extension "decentraleyes" "jid1-BoFifL9Vbdl2zQ@jetpack")
|
||||
(extension "keepassxc-browser" "keepassxc-browser@keepassxc.org")
|
||||
(extension "simplelogin" "addon@simplelogin")
|
||||
|
||||
];
|
||||
FirefoxHome = {
|
||||
Search = true;
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
"notARepository" = "skip";
|
||||
git = {
|
||||
overrideGpg = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.services.displayManager.sddm.enable {
|
||||
|
@ -18,7 +18,7 @@ lib.mkIf config.services.displayManager.sddm.enable {
|
|||
flavor = "mocha";
|
||||
font = "Noto Sans";
|
||||
fontSize = "9";
|
||||
background = inputs.wallpapers.wallpapers.pastel.nix-flake.path;
|
||||
background = "${self}/assets/wallpapers/nix-flake-pastel.jpg";
|
||||
loginBackground = true;
|
||||
})
|
||||
];
|
||||
|
|
23
modules/system/mime.nix
Normal file
23
modules/system/mime.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
xdg.mime = {
|
||||
defaultApplications =
|
||||
let
|
||||
fileManager = "org.gnome.Nautilus.desktop";
|
||||
browser = "firefox-esr.desktop";
|
||||
in
|
||||
{
|
||||
"inode/directory" = fileManager;
|
||||
"application/zip" = fileManager;
|
||||
"application/pdf" = browser;
|
||||
"x-www-browser" = browser;
|
||||
"text/html" = browser;
|
||||
"application/vnd.comicbook+zip" = "com.github.johnfactotum.Foliate.desktop";
|
||||
"application/epub+zip" = "com.github.johnfactotum.Foliate.desktop";
|
||||
"image/*" = "org.gnome.Loupe.desktop";
|
||||
"image/png" = "org.gnome.Loupe.desktop";
|
||||
"image/jpeg" = "org.gnome.Loupe.desktop";
|
||||
"x-scheme-handler/http" = browser;
|
||||
"x-scheme-handler/https" = browser;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -8,14 +8,16 @@
|
|||
config = lib.mkIf config.modules.system.roles.desktop.enable {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk2"; # Follow gtk theme
|
||||
platformTheme = "gtk2";
|
||||
#platformTheme = "qt5ct";
|
||||
#style = "kvantum";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(catppuccin-papirus-folders.override {
|
||||
accent = "lavender";
|
||||
flavor = "frappe";
|
||||
})
|
||||
#vimix-icon-theme
|
||||
#pop-icon-theme
|
||||
catppuccin-papirus-folders
|
||||
#catppuccin-kvantum
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ in
|
|||
};
|
||||
|
||||
settings = lib.mkOption {
|
||||
inherit (settingsFormat) type;
|
||||
type = settingsFormat.type;
|
||||
default = { };
|
||||
example = {
|
||||
globalSection = {
|
||||
|
|
|
@ -88,8 +88,6 @@ in
|
|||
"audio/mpeg" = cfg.audio.default;
|
||||
# Ebooks sadly don't have a singular major type.
|
||||
"application/epub+zip" = cfg.ebook.default;
|
||||
"application/pdf" = cfg.ebook.default;
|
||||
"application/vnd.comicbook+zip" = cfg.ebook.default;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -45,7 +45,7 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
inherit (options.services.navidrome) settings;
|
||||
settings = options.services.navidrome.settings;
|
||||
restartPolicy = mkOption {
|
||||
type = str;
|
||||
default = "always";
|
||||
|
@ -60,7 +60,7 @@ in
|
|||
fileSystems.${cfg.library.path} = mkIf (cfg.library.type == "nfs") {
|
||||
device = "${cfg.library.source.ip}:${cfg.library.source.path}";
|
||||
fsType = "nfs";
|
||||
inherit (cfg.library.source) options;
|
||||
options = cfg.library.source.options;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = mkIf (cfg.library.type == "nfs") [
|
||||
|
@ -76,9 +76,6 @@ in
|
|||
};
|
||||
|
||||
systemd.services.navidrome = {
|
||||
after = mkIf (cfg.library.type == "nfs") [ "mnt-music.mount" ];
|
||||
requires = mkIf (cfg.library.type == "nfs") [ "mnt-music.mount" ];
|
||||
|
||||
serviceConfig = {
|
||||
Restart = cfg.restartPolicy;
|
||||
EnvironmentFile = config.age.secrets.navidrome.path;
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
description = "Whether the port should be publicly accessible.";
|
||||
type = bool;
|
||||
};
|
||||
inherit (options.services.paperless) settings;
|
||||
settings = options.services.paperless.settings;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
@ -26,7 +26,7 @@ in
|
|||
default = false;
|
||||
description = "Whether to open the firewall";
|
||||
};
|
||||
port = mkPortOption 873 "rsyncd";
|
||||
port = mkPortOption 9523 "rsyncd";
|
||||
address = mkOption {
|
||||
type = nonEmptyStr;
|
||||
default = "0.0.0.0";
|
||||
|
@ -80,8 +80,6 @@ in
|
|||
|
||||
modules.fixes.services.rsyncd = {
|
||||
enable = true;
|
||||
inherit (cfg) port;
|
||||
socketActivated = true;
|
||||
settings = {
|
||||
globalSection = {
|
||||
inherit (cfg) port address;
|
||||
|
|
|
@ -134,7 +134,7 @@ in
|
|||
users.users = mkIf (cfg.user == "rustypaste") {
|
||||
rustypaste = {
|
||||
useDefaultShell = true;
|
||||
inherit (cfg) group;
|
||||
group = cfg.group;
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -40,7 +40,5 @@ in
|
|||
|
||||
postStop = "${cfg.package}/bin/cliphist wipe";
|
||||
};
|
||||
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ in
|
|||
Type = "simple";
|
||||
ExecStart = "/bin/sh -lc ${cfg.package}/bin/nysh";
|
||||
Restart = "on-failure";
|
||||
|
||||
NoNewPrivileges = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -85,7 +85,7 @@ in
|
|||
|
||||
port = mkOption {
|
||||
type = port;
|
||||
inherit (options.modules.server.rsync-daemon.port) default;
|
||||
default = options.modules.server.rsync-daemon.port.default;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -135,17 +135,6 @@ in
|
|||
unitConfig = {
|
||||
Description = "Backs up files from a source location to a specified destination.";
|
||||
};
|
||||
|
||||
postStop = ''
|
||||
if [ "$SERVICE_RESULT" != "success" ]; then
|
||||
${pkgs.curl}/bin/curl \
|
||||
-H "Priority: urgent" \
|
||||
-H "Title: Backup error" \
|
||||
-d "Backup '${cfg.unitName}-${slugify mod.target.location}' had unexpected behaviour: $SERVICE_RESULT" \
|
||||
https://ntfy.ccnlc.eu/rsync-backup
|
||||
fi
|
||||
'';
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Restart = "on-failure";
|
||||
|
|
|
@ -18,7 +18,6 @@ let
|
|||
enum
|
||||
bool
|
||||
;
|
||||
inherit (lib.my) getExe;
|
||||
cfg = config.modules.services.tailscale;
|
||||
in
|
||||
{
|
||||
|
@ -87,29 +86,14 @@ in
|
|||
description = "tailscale system tray";
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
path = with pkgs; [
|
||||
polkit
|
||||
tailscale
|
||||
];
|
||||
path = [ pkgs.polkit ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = getExe pkgs.tail-tray;
|
||||
ExecStart = "/bin/sh -lc ${pkgs.tailscale-systray}/bin/tailscale-systray";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
IPAddressDeny = "any";
|
||||
NoNewPrivileges = true;
|
||||
ProtectClock = true;
|
||||
ProtectKernelTunables = true;
|
||||
ProtectKernelModules = true;
|
||||
ProtectKernelLogs = true;
|
||||
SystemCallFilter = "~@clock @cpu-emulation @debug @obsolete @module @mount @raw-io @reboot @swap";
|
||||
# ProtectControlGroups = true;
|
||||
#RestrictNamespaces = true;
|
||||
LockPersonality = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
RestrictRealtime = true;
|
||||
RestrictSUIDSGID = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@ in
|
|||
options.modules.system.outputs = mkOption {
|
||||
type = attrsOf (
|
||||
submodule (
|
||||
{ name, ... }:
|
||||
{ name, config, ... }:
|
||||
{
|
||||
options = {
|
||||
name = mkOption {
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
./terminal.nix
|
||||
./desktop.nix
|
||||
./gaming.nix
|
||||
./portable.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@ in
|
|||
{
|
||||
options.modules.system.roles.gaming = {
|
||||
enable = mkEnableOption "gaming features";
|
||||
minecraft.enable = mkEnableOption "minecraft";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -33,7 +32,6 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
mangohud
|
||||
heroic
|
||||
(mkIf cfg.minecraft.enable prismlauncher)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) mkEnableOption;
|
||||
in
|
||||
{
|
||||
options.modules.system.roles.portable = {
|
||||
enable = mkEnableOption "Laptop/Portable tweaks";
|
||||
};
|
||||
}
|
|
@ -38,7 +38,6 @@ in
|
|||
fd
|
||||
ripgrep
|
||||
jnv
|
||||
jq
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,26 +15,29 @@ let
|
|||
;
|
||||
|
||||
cfg = config.modules.system.users;
|
||||
file = submodule (_: {
|
||||
options = {
|
||||
path = mkOption {
|
||||
type = either package null;
|
||||
default = null;
|
||||
};
|
||||
file = submodule (
|
||||
{ name, config, ... }:
|
||||
{
|
||||
options = {
|
||||
path = mkOption {
|
||||
type = either package null;
|
||||
default = null;
|
||||
};
|
||||
|
||||
content = mkOption {
|
||||
type = either str null;
|
||||
default = null;
|
||||
content = mkOption {
|
||||
type = either str null;
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
});
|
||||
}
|
||||
);
|
||||
in
|
||||
{
|
||||
options.modules.system.users = mkOption {
|
||||
default = { };
|
||||
type = attrsOf (
|
||||
submodule (
|
||||
{ name, ... }:
|
||||
{ name, config, ... }:
|
||||
{
|
||||
options = {
|
||||
name = mkOption {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
my = import ./functions.nix {
|
||||
inherit inputs;
|
||||
lib = self;
|
||||
inherit (args) self;
|
||||
self = args.self;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
@ -112,7 +112,7 @@ in
|
|||
|
||||
disko = {
|
||||
mkBoot = size: {
|
||||
inherit size;
|
||||
size = size;
|
||||
type = "EF00";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
devShell = pkgs.mkShell { buildInputs = with pkgs; [ ]; };
|
||||
|
||||
packages.${system} = {
|
||||
inherit (pkgs) hello;
|
||||
hello = pkgs.hello;
|
||||
default = self.packages.hello;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
rustBuild = rustPlatform.buildRustPackage {
|
||||
inherit pname;
|
||||
inherit (manifest) version;
|
||||
version = manifest.version;
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
||||
meta = {
|
||||
inherit (manifest) description;
|
||||
description = manifest.description;
|
||||
#license = nixpkgs.lib.licenses.unlicense;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
|
BIN
secrets/acme.age
BIN
secrets/acme.age
Binary file not shown.
|
@ -24,9 +24,4 @@ in
|
|||
shan
|
||||
ny
|
||||
];
|
||||
"acme.age".publicKeys = [
|
||||
shan
|
||||
raptus
|
||||
ny
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,74 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
inputs',
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (config.modules.meta) username;
|
||||
calibrePlugins = inputs'.calibre-plugins.packages;
|
||||
in
|
||||
{
|
||||
hjem = {
|
||||
users.${username} = {
|
||||
users.ny = {
|
||||
enable = true;
|
||||
imports = [
|
||||
./programs
|
||||
./misc
|
||||
];
|
||||
|
||||
files = {
|
||||
".config/calibre/plugins/ACSM Input.zip".source = calibrePlugins.acsm-calibre-plugin;
|
||||
".config/calibre/plugins/DeDRM.zip".source = calibrePlugins.dedrm-plugin;
|
||||
};
|
||||
};
|
||||
specialArgs = {
|
||||
libmy = lib.my;
|
||||
imports = [ ./programs ];
|
||||
};
|
||||
clobberByDefault = true;
|
||||
};
|
||||
|
||||
users.users.${username}.packages =
|
||||
[
|
||||
inputs'.nur.packages.grayjay
|
||||
]
|
||||
++ (with pkgs; [
|
||||
keepassxc
|
||||
fragments
|
||||
element-desktop
|
||||
libreoffice
|
||||
loupe
|
||||
pwvucontrol
|
||||
thunderbird
|
||||
protonmail-bridge-gui
|
||||
tagger
|
||||
kid3
|
||||
hoppscotch
|
||||
|
||||
# proprietary
|
||||
obsidian
|
||||
|
||||
# CLI tools
|
||||
jhead
|
||||
fdupes
|
||||
exiftool
|
||||
sshfs
|
||||
wl-clipboard
|
||||
|
||||
# custom
|
||||
nysh
|
||||
scripts.nixedit
|
||||
scripts.set-background
|
||||
scripts.fishl
|
||||
scripts.nrun
|
||||
scripts.nruni
|
||||
scripts.rpaste
|
||||
scripts.genswitch
|
||||
scripts.gentest
|
||||
scripts.editsym
|
||||
scripts.deployswitch
|
||||
scripts.deploytest
|
||||
scripts.screenshot
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
imports = [ ./gtk.nix ];
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
rum.gtk = {
|
||||
enable = true;
|
||||
bookmarks = [
|
||||
"file:///home/ny/Documents Documents"
|
||||
"file:///home/ny/Music Music"
|
||||
"file:///home/ny/Pictures Pictures"
|
||||
"file:///home/ny/Videos Videos"
|
||||
"file:///home/ny/Downloads Downloads"
|
||||
];
|
||||
};
|
||||
}
|
|
@ -3,7 +3,5 @@
|
|||
./foot.nix
|
||||
./fuzzel.nix
|
||||
./keepassxc.nix
|
||||
./git.nix
|
||||
./hyprlock.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{ libmy, osConfig, ... }:
|
||||
{ lib, osConfig, ... }:
|
||||
let
|
||||
inherit (osConfig.modules.system.roles) desktop;
|
||||
in
|
||||
{
|
||||
rum.programs.fuzzel = {
|
||||
inherit (desktop) enable;
|
||||
enable = desktop.enable;
|
||||
settings = {
|
||||
main = {
|
||||
icon-theme = "Papirus-Dark";
|
||||
|
@ -12,7 +12,7 @@ in
|
|||
font = "Hack:weight=bold";
|
||||
line-height = 30;
|
||||
fields = "name,generic,comment";
|
||||
terminal = libmy.getExe desktop.terminal;
|
||||
terminal = lib.my.getExe desktop.terminal;
|
||||
prompt = ''"❯ "'';
|
||||
layer = "overlay";
|
||||
};
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
{ pkgs, libmy, ... }:
|
||||
let
|
||||
inherit (libmy) getExe;
|
||||
in
|
||||
{
|
||||
rum.programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "git@ccnlc.eu";
|
||||
name = "nydragon";
|
||||
signingKey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvPqWPXEUOSMGMIRmirQfbrzq//NkPlEI2TmFpIkSfw";
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
core = {
|
||||
editor = "${getExe pkgs.neovim}";
|
||||
pager = "${getExe pkgs.delta}";
|
||||
};
|
||||
interactive = {
|
||||
diffFilter = "${getExe pkgs.delta} --color-only";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
merge = {
|
||||
conflictstyle = "diff3";
|
||||
};
|
||||
diff = {
|
||||
colorMoved = "default";
|
||||
};
|
||||
tag.gpgSign = true;
|
||||
commit.gpgSign = true;
|
||||
};
|
||||
destination = ".config/git/config";
|
||||
};
|
||||
}
|
|
@ -11,7 +11,6 @@
|
|||
Enabled = true;
|
||||
};
|
||||
GUI = {
|
||||
ApplicationTheme = "dark";
|
||||
ColorPasswords = true;
|
||||
MinimizeOnClose = true;
|
||||
MinimizeOnStartup = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue