Skip to content

Commit

Permalink
Update (#138)
Browse files Browse the repository at this point in the history
* Update Hypr*.

* Install ffmpeg.

* Partial update.

* Update, delete autofs which no longer builds.

* Update.

* Update.

* Limit configurations to 5.

* Update.
  • Loading branch information
attilaolah authored Jan 10, 2025
1 parent 6044384 commit 9a77e80
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 84 deletions.
169 changes: 102 additions & 67 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
description = "NixOS flakes for attilaolah's personal computers.";

inputs = {
# NixOS
nixpkgs.url = "nixpkgs/nixos-unstable";

# Home Manager
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};

# Hyprland
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
1 change: 1 addition & 0 deletions home-manager/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in {
devenv
dig
fastfetch
ffmpeg
file
fzf
gnumake
Expand Down
4 changes: 4 additions & 0 deletions hosts/home/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# wiped for whatever reason: just boot from removable device as usual.
efiInstallAsRemovable = true;

# Lately the initial ram disk has grown quite a bit.
# Maybe some kernel module that is included transitively is too big?
configurationLimit = 5;

useOSProber = false;
extraEntries = ''
menuentry 'UEFI Firmware Settings' { fwsetup }
Expand Down
1 change: 0 additions & 1 deletion hosts/home/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
./hardware.nix
./networking.nix
./programs.nix
./services/autofs.nix
./services/avahi.nix
./services/blueman.nix
./services/davfs2.nix
Expand Down
Loading

0 comments on commit 9a77e80

Please sign in to comment.