rename reflake to rerice
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
systemd.user.services."nvim-config" = {
|
||||
|
||||
@@ -11,7 +11,7 @@ zstyle :compinstall filename '/home/poslop/.zshrc'
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
reflake() {
|
||||
rerice() {
|
||||
local flake_dir="/etc/rice-flakes"
|
||||
host="${1:-$(hostname -s)}"
|
||||
sudo nixos-rebuild switch --flake "${flake_dir}#${host}"
|
||||
|
||||
Reference in New Issue
Block a user