mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added docker config, nix formatting
This commit is contained in:
parent
c8eb3af384
commit
0d13ca10a7
3 changed files with 15 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
../../modules/nixos/gnome.nix
|
||||
# ../../modules/nixos/android-studio.nix
|
||||
../../modules/nixos/docker.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
@ -30,7 +31,7 @@
|
|||
# Nix options
|
||||
nix.optimise.automatic = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix.settings.trusted-users = ["tyler" "@wheel" "docker"];
|
||||
nix.settings.trusted-users = ["tyler" "@wheel"];
|
||||
nix.settings = {
|
||||
substituters = ["https://cosmic.cachix.org/"];
|
||||
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
||||
|
|
@ -120,6 +121,7 @@
|
|||
|
||||
ghostty
|
||||
|
||||
unstable.android-studio
|
||||
jetbrains.rust-rover
|
||||
# jetbrains.rider
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue