summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock24
-rw-r--r--flake.nix2
-rw-r--r--home/default.nix9
3 files changed, 20 insertions, 15 deletions
diff --git a/flake.lock b/flake.lock
index feda13d..e18cd10 100644
--- a/flake.lock
+++ b/flake.lock
@@ -79,11 +79,11 @@
"utils": "utils"
},
"locked": {
- "lastModified": 1677754722,
- "narHash": "sha256-97QITGsPdZTPzaYXmuW0Z88QASFnoXGmrvkZXPP35YA=",
+ "lastModified": 1677756477,
+ "narHash": "sha256-EZzkIti0a7Xlmuzx0ECXmiBIxz3mXrIS4ppb8eqshWE=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "db1c22626ad1058834f043eae7d80bbf2a8e1532",
+ "rev": "547a3bc8d464cb2a22e4cf0dbbb746f8c654151a",
"type": "github"
},
"original": {
@@ -120,17 +120,17 @@
"nur": "nur"
},
"locked": {
- "lastModified": 1677699041,
- "narHash": "sha256-qyK7VrOAaa5gJdiCXluSJFZUn7CkVPKW5022jaJJWb8=",
- "ref": "refs/heads/master",
- "rev": "a0cb261eda73c4771756120d03b6d754c7fe43f7",
- "revCount": 24,
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "lastModified": 1677779790,
+ "narHash": "sha256-HGT4Zv+blaMPO9jZv4TqfjFUEVvMksXT++sZ9GwDWkw=",
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "rev": "feb03b9630430af407dc078fb18d7a7d6d17e101",
+ "type": "github"
},
"original": {
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "type": "github"
}
},
"nixos-hardware": {
diff --git a/flake.nix b/flake.nix
index 00d2c30..b46f4a0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
+ my-nixpkgs.url = "github:qaristote/my-nixpkgs";
stylix.url = "github:danth/stylix";
};
diff --git a/home/default.nix b/home/default.nix
index 96d9405..d40ba99 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -5,11 +5,16 @@
profiles = {
dev = true;
multimedia = true;
- social = true;
+ social = {
+ enable = true;
+ identities = {
+ personal = true;
+ work = true;
+ };
+ };
syncing = true;
};
};
- programs.thunderbird.profiles.all.isDefault = true;
accounts.email.accounts.personal.primary = true;
}