mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
distrobump
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
<configs/vscode.nix>
|
<configs/vscode.nix>
|
||||||
<configs/htop.nix>
|
<configs/htop.nix>
|
||||||
<configs/dunst.nix>
|
<configs/dunst.nix>
|
||||||
# <configs/mopidy.nix>
|
|
||||||
<configs/mail.nix>
|
<configs/mail.nix>
|
||||||
<configs/python.nix>
|
<configs/python.nix>
|
||||||
<configs/haskell.nix>
|
<configs/haskell.nix>
|
||||||
@@ -46,18 +45,7 @@
|
|||||||
<configs/theming.nix>
|
<configs/theming.nix>
|
||||||
<configs/tmux.nix>
|
<configs/tmux.nix>
|
||||||
<configs/themes/owickstrom-dark.nix>
|
<configs/themes/owickstrom-dark.nix>
|
||||||
{
|
<configs/distrobump.nix>
|
||||||
imports = [
|
|
||||||
(import <stockholm/makefu/3modules/bump-distrowatch.nix> {
|
|
||||||
inherit lib config;
|
|
||||||
pkgs = pkgs // {
|
|
||||||
writeDash = pkgs.unstable.writers.writeDash;
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
makefu.distrobump.enable = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
niveum.user = {
|
niveum.user = {
|
||||||
github = "kmein";
|
github = "kmein";
|
||||||
|
|||||||
13
configs/distrobump.nix
Normal file
13
configs/distrobump.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ lib, config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
(import <stockholm/makefu/3modules/bump-distrowatch.nix> {
|
||||||
|
inherit lib config;
|
||||||
|
pkgs = pkgs // {
|
||||||
|
writeDash = pkgs.unstable.writers.writeDash;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
|
makefu.distrobump.enable = true;
|
||||||
|
}
|
||||||
@@ -12,18 +12,7 @@ in {
|
|||||||
<configs/save-space.nix>
|
<configs/save-space.nix>
|
||||||
<modules/retiolum.nix>
|
<modules/retiolum.nix>
|
||||||
<modules/telegram-bot.nix>
|
<modules/telegram-bot.nix>
|
||||||
{
|
<configs/distrobump.nix>
|
||||||
imports = [
|
|
||||||
(import <stockholm/makefu/3modules/bump-distrowatch.nix> {
|
|
||||||
inherit lib config;
|
|
||||||
pkgs = pkgs // {
|
|
||||||
writeDash = unstable.writers.writeDash;
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
makefu.distrobump.enable = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
||||||
@@ -42,11 +31,6 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
|
||||||
autorenkalender = pkgs.callPackage <packages/autorenkalender.nix> {};
|
|
||||||
literature-quote = pkgs.callPackage <packages/literature-quote.nix> {};
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user