Queen is broken but this might update bcachefs and fix those headaches

This commit is contained in:
Lillian Violet 2024-06-21 23:59:28 +02:00
parent d8965c551c
commit 6776dd3740
7 changed files with 710 additions and 285 deletions

View file

@ -4,6 +4,7 @@
lib,
config,
pkgs,
pkgs-edge,
...
}: {
imports = [

View file

@ -4,6 +4,7 @@
lib,
config,
pkgs,
pkgs-edge,
...
}: {
nixpkgs = {
@ -15,34 +16,40 @@
];
};
environment.systemPackages = with pkgs; [
# Custom tools
rebuild
rebuild-no-inhibit
install-nix
update
upgrade
simple-completion-language-server
environment.systemPackages =
(with pkgs; [
# Custom tools
rebuild
rebuild-no-inhibit
install-nix
update
upgrade
simple-completion-language-server
# System tools
age
alejandra
e2fsprogs
git
git-filter-repo
helix
home-manager
htop
killall
oh-my-zsh
rsync
tre-command
wget
zsh
tldr
# System tools
age
alejandra
e2fsprogs
git
git-filter-repo
helix
home-manager
htop
killall
oh-my-zsh
rsync
tre-command
wget
zsh
tldr
# System libraries
])
++ (with pkgs-edge; [
# list of latest packages from nixpkgs master
# Can be used to install latest version of some packages
]);
# System libraries
];
fonts = {
packages = with pkgs; [
cantarell-fonts