addddd dioscrd

This commit is contained in:
dusk 2022-07-05 15:16:38 +03:00
parent 0ae65578af
commit 6a9b96cd77
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 20 additions and 18 deletions

View File

@ -119,11 +119,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1656581160, "lastModified": 1656906257,
"narHash": "sha256-a6jMpUifIin5mK4TvU8iLKm5w5wR34ttbe1l2CdedpY=", "narHash": "sha256-+vM3IYpFUOr/uECKHsDLV5Y/1ngE4X2KDRjJ0tQdkDQ=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "d06800f1dd47315f5738c529d40d1e0952ee2115", "rev": "e58d28a9728fd5d451c98c48bd20c57fb9eec7dc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -140,11 +140,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1656367977, "lastModified": 1656927578,
"narHash": "sha256-0hV17V9Up9pnAtPJ+787FhrsPnawxoTPA/VxgjRMrjc=", "narHash": "sha256-ZSFrM/1PlJOqCb3mN88ZUh9dkQvNLU/nkoQ2tu02/FM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3bf16c0fd141c28312be52945d1543f9ce557bb1", "rev": "f2445620d177e295e711c1b2bc6c01ed6df26c16",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -162,11 +162,11 @@
"wlroots": "wlroots" "wlroots": "wlroots"
}, },
"locked": { "locked": {
"lastModified": 1656612124, "lastModified": 1656950133,
"narHash": "sha256-NPiLaoApGbGw3I6Pp4oJnKh/Q64yCSeokLWRWjAmsu4=", "narHash": "sha256-FerRg4+W3Xy+MVBmSBBERLFuJ0YWPWKf7fcL3k3TqLE=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "4510764f348d1a7c4cca613925ee22acfa38b388", "rev": "beef23cee5cdc47142da50bf029f52bdff192025",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -204,11 +204,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1656353817, "lastModified": 1656933710,
"narHash": "sha256-UJEzMQcft/0Ilu4LWV7UH51mr5UCo28GL06BGO+djv4=", "narHash": "sha256-SVG8EqY1OTJWBRY4hpct2ZR2Rk0L8hCFkug3m0ABoZE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "78e7c2c397b0376526e83162b58de921362e3399", "rev": "3bf48d3587d3f34f745a19ebc968b002ef5b5c5a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -234,11 +234,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1656461576, "lastModified": 1656753965,
"narHash": "sha256-rlmmw6lIlkMQIiB+NsnO8wQYWTfle8TA41UREPLP5VY=", "narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c", "rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -250,11 +250,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1656611551, "lastModified": 1656928701,
"narHash": "sha256-S1GkwCgMimVVU1nrwezTkoOqsoiXvvK1+pu4zplsqwo=", "narHash": "sha256-fQWedhQM0NuxgEE7ZRxjRPkXxZocYxSAsjg8xrQ4xzU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "b58e819d423cc525475b43bd06cf5f999feb5325", "rev": "9c99082a18ebf177d7210aa391bff308027b9cbc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -118,6 +118,7 @@ in {
] ]
++ mkPaths ".config" [ ++ mkPaths ".config" [
"lutris" "lutris"
"discord"
]; ];
files = l.flatten [ files = l.flatten [
".config/wallpaper" ".config/wallpaper"
@ -171,6 +172,7 @@ in {
# polymc # polymc
cloudflared cloudflared
lutris lutris
(pkgs.callPackage pkgs.discord.override {withOpenASAR = true;})
]; ];
shellAliases = shellAliases =
nixosConfig.environment.shellAliases nixosConfig.environment.shellAliases