Compare commits
No commits in common. "5077aba724ab1b676fee7ef57fb98bdd3cb30b6e" and "7b95e9c17b144e45434d6a07ee9d2e9ebd8f20cf" have entirely different histories.
5077aba724
...
7b95e9c17b
|
@ -1,6 +1,6 @@
|
||||||
# The main configuration file.
|
# The main configuration file.
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -16,16 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config.allowUnfree = true;
|
||||||
allowUnfree = true;
|
|
||||||
packageOverrides = pkgs: {
|
|
||||||
# Add the unstable channel as a separate package set.
|
|
||||||
unstable = import <nixos-unstable> {
|
|
||||||
# Pass config through so everything is shared between all channels.
|
|
||||||
config = config.nixpkgs.config;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Before changing this value read the documentation for this option!
|
# Before changing this value read the documentation for this option!
|
||||||
|
|
|
@ -9,11 +9,10 @@
|
||||||
apngasm
|
apngasm
|
||||||
bat
|
bat
|
||||||
bottom
|
bottom
|
||||||
calibre
|
|
||||||
catppuccin-cursors
|
catppuccin-cursors
|
||||||
chromium
|
chromium
|
||||||
clang
|
clang
|
||||||
# clonehero
|
clonehero
|
||||||
conky
|
conky
|
||||||
delta
|
delta
|
||||||
deno
|
deno
|
||||||
|
@ -77,8 +76,6 @@
|
||||||
tea
|
tea
|
||||||
temurin-bin
|
temurin-bin
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
unstable.typst
|
|
||||||
unstable.typst-lsp
|
|
||||||
vscodium.fhs
|
vscodium.fhs
|
||||||
xarchiver
|
xarchiver
|
||||||
xclip
|
xclip
|
||||||
|
|
Loading…
Reference in New Issue