possibly addition of laptop specific nix file
This commit is contained in:
1
config/computer/laptop.nix
Normal file
1
config/computer/laptop.nix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
4
home.nix
4
home.nix
@@ -9,7 +9,7 @@ in
|
|||||||
# target = ".config/nixpkgs/overlays";
|
# target = ".config/nixpkgs/overlays";
|
||||||
#};
|
#};
|
||||||
|
|
||||||
imports = [ ./config/xsession/xsession.nix ];
|
imports = [ ./config/xsession/xsession.nix ./config/computer/laptop.nix];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.libguestfs
|
pkgs.libguestfs
|
||||||
@@ -75,7 +75,7 @@ in
|
|||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAdobeFlash = true;
|
enableAdobeFlash = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
|||||||
Reference in New Issue
Block a user