mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-09 18:23:07 +02:00
added some scripts
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
a8c6f74470
commit
65401e46a7
3 changed files with 4 additions and 2 deletions
1
hm-switch
Executable file
1
hm-switch
Executable file
|
@ -0,0 +1 @@
|
||||||
|
nix run . switch -- --flake . --impure
|
1
nixos-switch
Executable file
1
nixos-switch
Executable file
|
@ -0,0 +1 @@
|
||||||
|
sudo nixos-rebuild switch --flake .#ultrapc --impure
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, ... }:
|
{ pkgs, inputs, lib, ... }:
|
||||||
let
|
let
|
||||||
nix-software-center = inputs.nix-software-center.packages.${pkgs.system}.nix-software-center;
|
nix-software-center = inputs.nix-software-center.packages.${pkgs.system}.nix-software-center;
|
||||||
doom-emacs = inputs.nix-doom-emacs.packages.${pkgs.system}.default;
|
doom-emacs = inputs.nix-doom-emacs.packages.${pkgs.system}.default;
|
||||||
|
@ -22,7 +22,7 @@ in {
|
||||||
starship
|
starship
|
||||||
atuin
|
atuin
|
||||||
clang
|
clang
|
||||||
gcc
|
(lib.hiPrio gcc)
|
||||||
exa
|
exa
|
||||||
gnumake
|
gnumake
|
||||||
plasma-browser-integration
|
plasma-browser-integration
|
||||||
|
|
Loading…
Reference in a new issue