flake restructure
This commit is contained in:
6
home.nix
6
home.nix
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, pkgs-unstable, lib, system, inputs, host, user, rice, allowed, secrets, ... }:
|
||||
{ pkgs, pkgs-unstable, lib, host, user, ... }:
|
||||
{
|
||||
imports = [
|
||||
|
||||
@@ -62,10 +62,6 @@
|
||||
home.username = user;
|
||||
home.homeDirectory = "/home/${user}";
|
||||
home.stateVersion = "24.05";
|
||||
nixpkgs.config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) allowed.unfree-packages;
|
||||
permittedInsecurePackages = allowed.inecure-packages;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
chromium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user