From d5093d5713de8a4c32349a1cf8cb3e4ddd094611 Mon Sep 17 00:00:00 2001 From: Bendik Dyrli Date: Thu, 10 Oct 2024 22:35:31 +0200 Subject: [PATCH] meh Signed-off-by: Bendik Dyrli --- common/games.nix | 2 + flake.lock | 103 --------------------- home/hx/cli.nix | 3 +- home/hx/hm/configurations/fish/default.nix | 2 +- hosts/SpaceCruiser/modules/apps.nix | 1 + 5 files changed, 6 insertions(+), 105 deletions(-) delete mode 100644 flake.lock diff --git a/common/games.nix b/common/games.nix index 6ce46ce9..73d2ccf7 100644 --- a/common/games.nix +++ b/common/games.nix @@ -22,5 +22,7 @@ piper logitech-udev-rules solaar + runelite + prismlauncher ]; } diff --git a/flake.lock b/flake.lock deleted file mode 100644 index fef9ea16..00000000 --- a/flake.lock +++ /dev/null @@ -1,103 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1726989464, - "narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "release-24.05", - "repo": "home-manager", - "type": "github" - } - }, - "nix-darwin": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1728385805, - "narHash": "sha256-mUd38b0vhB7yzgAjNOaFz7VY9xIVzlbn3P2wjGBcVV0=", - "owner": "LnL7", - "repo": "nix-darwin", - "rev": "48b50b3b137be5cfb9f4d006835ce7c3fe558ccc", - "type": "github" - }, - "original": { - "owner": "LnL7", - "repo": "nix-darwin", - "type": "github" - } - }, - "nixos-hardware": { - "locked": { - "lastModified": 1728269138, - "narHash": "sha256-oKxDImsOvgUZMY4NwXVyUc/c1HiU2qInX+b5BU0yXls=", - "owner": "NixOS", - "repo": "nixos-hardware", - "rev": "ecfcd787f373f43307d764762e139a7cdeb9c22b", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixos-hardware", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1728328465, - "narHash": "sha256-a0a0M1TmXMK34y3M0cugsmpJ4FJPT/xsblhpiiX1CXo=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "1bfbbbe5bbf888d675397c66bfdb275d0b99361c", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1728241625, - "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nix-darwin": "nix-darwin", - "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/home/hx/cli.nix b/home/hx/cli.nix index 226ed380..1a8c08b1 100644 --- a/home/hx/cli.nix +++ b/home/hx/cli.nix @@ -36,8 +36,9 @@ ansible openstackclient packer - rbw + #rbw reveal-md + ripgrep ]; }; } diff --git a/home/hx/hm/configurations/fish/default.nix b/home/hx/hm/configurations/fish/default.nix index 71128dba..2be8e570 100644 --- a/home/hx/hm/configurations/fish/default.nix +++ b/home/hx/hm/configurations/fish/default.nix @@ -17,7 +17,7 @@ sl="ls --color"; compose="docker compose"; nf="cd $HOME/.nix-conf && nvim . && cd -"; - gname="head -c 100 /dev/urandom | md5sum"; + gname="head -c 5 /dev/urandom | md5sum"; cat="bat --decorations never"; #ssh="kitten ssh"; }; diff --git a/hosts/SpaceCruiser/modules/apps.nix b/hosts/SpaceCruiser/modules/apps.nix index 1c4b5f8b..648389be 100644 --- a/hosts/SpaceCruiser/modules/apps.nix +++ b/hosts/SpaceCruiser/modules/apps.nix @@ -6,6 +6,7 @@ pfetch neofetch terraform + reveal-md # plex-media-player ];