renamed option
This commit is contained in:
parent
52d9c5ca91
commit
ca9601459c
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
./themes.nix
|
./themes.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf config.user{
|
config = lib.mkIf config.full {
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, pkgs, ... }: lib.mkIf config.user {
|
{ lib, config, pkgs, ... }: lib.mkIf config.full {
|
||||||
home-manager.users.${config.username} = {
|
home-manager.users.${config.username} = {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf config.user {
|
config = lib.mkIf config.full {
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
57621 # spotifyd
|
57621 # spotifyd
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: lib.mkIf config.full {
|
||||||
home-manager.users.${config.username} = {
|
home-manager.users.${config.username} = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue