mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +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
|
||||
nix-software-center = inputs.nix-software-center.packages.${pkgs.system}.nix-software-center;
|
||||
doom-emacs = inputs.nix-doom-emacs.packages.${pkgs.system}.default;
|
||||
|
@ -22,7 +22,7 @@ in {
|
|||
starship
|
||||
atuin
|
||||
clang
|
||||
gcc
|
||||
(lib.hiPrio gcc)
|
||||
exa
|
||||
gnumake
|
||||
plasma-browser-integration
|
||||
|
|
Loading…
Reference in a new issue