Switch to unstable
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
4143932001
commit
15e81ff20d
4 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".device = "/dev/disk/by-uuid/fa1e760a-71a3-4a79-a791-684cd82d9c3c";
|
||||
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".keyFile = "/crypto_keyfile.bin";
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -79,16 +79,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1694499547,
|
||||
"narHash": "sha256-R7xMz1Iia6JthWRHDn36s/E248WB1/je62ovC/dUVKI=",
|
||||
"lastModified": 1694593561,
|
||||
"narHash": "sha256-WSaIQZ5s9N9bDFkEMTw6P9eaZ9bv39ZhsiW12GtTNM0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e5f018cf150e29aac26c61dac0790ea023c46b24",
|
||||
"rev": "1697b7d480449b01111e352021f46e5879e47643",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.05",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
tuxedo-nixos = {
|
||||
url = "github:blitz/tuxedo-nixos";
|
||||
|
|
4
home.nix
4
home.nix
|
@ -2,7 +2,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
|
||||
fonts.packages = [ pkgs.emacs-all-the-icons-fonts ];
|
||||
|
||||
users.users.tristand = {
|
||||
isNormalUser = true;
|
||||
|
@ -81,7 +81,7 @@
|
|||
gnutls
|
||||
fd
|
||||
imagemagick
|
||||
pinentry_emacs
|
||||
pinentry-emacs
|
||||
python311Full
|
||||
zstd
|
||||
rnix-lsp
|
||||
|
|
Loading…
Add table
Reference in a new issue