Skip to content

Commit

Permalink
feat(nix): update to nixos 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Jul 7, 2024
1 parent 0540ea9 commit ba6e8ed
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
40 changes: 20 additions & 20 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
description = "A very basic flake";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
Expand Down
4 changes: 3 additions & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
vlc
inkscape

gnome.gnome-calculator

element-desktop

evince # gnome pdf reader
Expand Down Expand Up @@ -43,7 +45,7 @@
pkgs-unstable.protonmail-desktop

# games
prismlauncher-qt5
prismlauncher
openarena

chromium
Expand Down
2 changes: 1 addition & 1 deletion home/neovim/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
};
in
[
nvim-treesitter
nvim-treesitter.withAllGrammars
nvim-lspconfig

onedark-nvim
Expand Down

0 comments on commit ba6e8ed

Please sign in to comment.