mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
Thanks a lot NobbZ, unfree software go brrrr
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
ba6240a22a
commit
03e9dbeefd
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
nix run . switch -- --flake . --impure
|
nix run . switch -- --flake .
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
sudo nixos-rebuild switch --flake .#ultrapc --impure
|
sudo nixos-rebuild switch --flake .#ultrapc
|
||||||
|
|
|
@ -8,6 +8,7 @@ in {
|
||||||
imports = [ inputs.nix-doom-emacs.hmModule ];
|
imports = [ inputs.nix-doom-emacs.hmModule ];
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nixpkgs.config.allowedUnfreePredicate = _: true;
|
||||||
home = {
|
home = {
|
||||||
username = "ultra";
|
username = "ultra";
|
||||||
homeDirectory = "/home/ultra/";
|
homeDirectory = "/home/ultra/";
|
||||||
|
|
Loading…
Reference in a new issue