mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 22:02:25 +01:00
os changes
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
unstable = import
|
||||
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/nixpkgs-unstable)
|
||||
# reuse the current configuration
|
||||
{ config = config.nixpkgs.config; };
|
||||
in {
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
@@ -19,6 +25,7 @@
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fd
|
||||
fzf
|
||||
@@ -40,7 +47,12 @@
|
||||
docker-buildx
|
||||
appimage-run
|
||||
gimp
|
||||
unstable.libation
|
||||
unstable.ledger-live-desktop
|
||||
unstable.android-tools
|
||||
unstable.android-udev-rules
|
||||
];
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
RuntimeDirectorySize=20G
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user