Queen is broken but this might update bcachefs and fix those headaches
This commit is contained in:
parent
d8965c551c
commit
6776dd3740
7 changed files with 710 additions and 285 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue